Atmos Cloud API: Management API

The Atmos Cloud API allows administrators to have programmatic control over the Management Console. Click here to learn more about generating an API token.

Commit Changes

For changes made with the API or the Management Console UI to take effect, you must commit your changes. The management API allows committing changes with the "Commit" command.

Request Details

  • Request URL: “admin-api.axissecurity.com/api/v1/commit”
  • Request Method: Post
  • Request Headers: Authorization: “Bearer {API Token}”
  • Request Body: empty

A successful response will return a 204 response with an empty body.