Atmos Cloud API: Generate Token

The Atmos Cloud API empowers administrators with the capability to perform essential actions such as creating, updating, and deleting objects, as well as retrieving detailed information about specific objects and requesting a comprehensive list of system objects, including their interconnections.

To leverage these functionalities, administrators must first create an Admin API token.

Generating an Authentication Token

To start using Axis Cloud API you need to create a new authentication token in the Management Console.

  1. Go to Settings > Admin API -> New API Token.
3584
  1. Add a name and description.
  2. Set the Token Permissions:
    1. Read-only. Admins can request a list of entities.
    2. Read and write. Admins can update and create entities.
  3. Select the Token Scopes:
    1. Users
    2. Groups
    3. Connectors Zones (Beta)
    4. Connectors (Beta)
    5. Application Tags (Beta)
    6. Applications (Network Ranges) (Beta)
    7. Categories
    8. SSL Exclusions
    9. Tunnels (Beta)
    10. Locations (Beta)
  4. Set the Token Expiration: Select expiration in days or months. Note: Admins will receive an email notification regarding the token expiration a month, a week, and a day before expiration.
  5. Click Submit.
1290
  1. Copy the API Access Token value. Use it in the header
  1. Click on Apply Changes.

Using the Authentication Token

To authenticate your requests, include the following header in your API calls:

Header KeyHeader Value
"Authorization""Bearer <API Access Token value>"

Replace <API Access Token value> with the actual value of your API access token. This header allows the API server to verify your identity and grant you access to the protected resources.