Authentication
Overview
All API requests must be authenticated. The Appsvio Test Management (ATM) REST API uses 3LO (Three-legged OAuth) for authentication.
Scopes
To access the API, your app must be granted the necessary scopes. Below is a list of available scopes:
| Scope | Display Name | Description |
|---|---|---|
read:configuration:custom | Read app configuration | Allows reading application configuration. |
write:configuration:custom | Write app configuration | Allows creating or modifying application configuration. |
read:test:custom | Read test data | Allows reading test data. |
write:test:custom | Write test data | Allows creating or modifying test data. |
How to authenticate
For details on how to authenticate with the Appsvio Test Management REST API, please refer to the official Atlassian documentation: