APIs Management

Zebrix Control is open to API

The Zebbrix Control APIs are documented in the OpenAPI format. You can explore them directly through our Swagger and download the specification in JSON or YAML.

API token creation

Log on to Zebrix Control then click on your name on the top right corner to go to user preferences menu.

Enter a description and an expiration date then click on “Create personal acces token”

Make sure you save this token somewhere, it is not stored so you won't be able to get it again

Using the token in API requests

The generated token is a personal access token. It must be used as a Bearer Token in the HTTP Authorization header for all APIs requests.

This token is the element used to authenticate the user when sending requests to the Zebrix Control APIs.

Expected format

All requests must include the following header: Authorization: Bearer YOUR_TOKEN

Postman example

In Postman:

✅ Postman will automatically add the following header: Authorization: Bearer YOUR_TOKEN

Limitations

Zebrix Control enforces a limit of 100 APIs requests per minutes.

APIs usage is based on a principle of fair use: any abuse may result in the suspension or termination of the account.