You need to generate an access token to use the API for Zephyr Scale. The following steps illustrate the process.
Each user interacting with the API will need a token for that instance of Jira.
Click your Jira profile icon and select Zephyr Scale API Access Tokens.
Click Create access token.
A pop-up window appears.
Click the copy button to copy the access token.
Now you're set to get started with using the REST API!
The URL for API requests is:
https://api.zephyrscale.smartbear.com/v2/{endpoint}
The authorization we use is based on JWT, so you have to use a bearer token. Add the "Authorization" header with the value "Bearer {token}".