Skip to main content

Authentication

Requests made to TestRay REST API requires to be authenticated. The authorization we use is based on JWT, so you have to use a bearer token.

The REST API base URL for all end point is: https://testray.goldfingerholdings.onl

To generate your JWT, please use the URL "https://testray.goldfingerholdings.onl/rest/testray/latest/public/authenticate" (GET request) with "Basic Authentication" using the API Access Token as username and Shared Secret as password. The validity of the JWT is 5 days from the time of generation.

  • Please add the JWT in "Authorization" header with the value "Bearer Token".

  • Please add a header with key "testray-api-token" and value "<Your API Access Token>" in all subsequent requests.

  • Please add a header with key "testray-api-jirauser" and value "<Your Jira User Id>" in all subsequent requests.

1.0.9-AC_Configuraion_API_Access_Token_v2.png

Please find the detailed steps on how to generate an access token from following page: API Access Token

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.