API Access Tokens Management

How to Generate the Token

You need to generate an access token to use the API for Zephyr Scale. The following steps illustrate the process.

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

    64107f4e98d42.png
  2. Click Create access token.

    64107f5071cae.png

    A pop-up window appears.

  3. Click the copy button to copy the access token.

    64107f5267f73.png

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

Revoke the token

Zephyr Scale allows you to revoke old tokens.

  1. Click your Jira profile icon and select Zephyr Scale API Access Tokens. You will see the list of the tokens created.

    ZS_Screenshot_token1.png
  2. Select the Revoke option.

    ZS_Screenshot_token2.png
  3. Click Revoke.

    ZS_Screenshot_token4.png

    Your token is now deactivated. You will not able to perform any API call with deactivated token.

Publication date: