Authentication
All API requests require a bearer token for authentication.Obtaining a Bearer Token
- Go to your user profile in the CMS
- Create a new API token
- Set the token expiration time
- Name it with a descriptive name for easy identification
- Copy the generated token
Important: Keep your token safe. In case of compromise, you can deactivate it in your user profile.
API Documentation
You can explore the complete API schema and available queries/mutations by opening the GraphQL endpoint in your browser:- Interactive documentation of all available operations
- Autocomplete for fields and arguments
- Schema introspection
Making API Calls
Headers
All requests must include theAuthorization header with your bearer token:
account header:

