Create a PAT
Read moreHow do I pass the authorization token in REST API?
Getting the token
Read moreHow do I pass authorization Bearer Token?
Bearer tokens enable requests to authenticate using an access key, such as a JSON Web Token (JWT). The token is a text string, included in the request header. In the request Authorization tab, select Bearer Token from the Type dropdown list. In the Token field, enter your API key value .17 Mar 2022
Read more