Authentication
All API requests require a bearer token for authentication.Obtaining a Bearer Token
1
Go to your user profile in the CMS
2
Create a new API token
3
Set the token expiration time
4
Name it with a descriptive name for easy identification
5
Copy the generated token
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:

