Generating API Access Tokens

Applies to Zephyr Scale Cloud, last modified on June 10, 2021.

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.

  1. Click your Jira profile icon and select Zephyr Scale API Access Tokens.

  2. Click Create access token.

    A pop-up window appears.

  3. 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}".

Highlight search results