Generating API Access Tokens

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

Publication date: