This API uses Breare Authorization API key for authentication to secure API requests and ensure data privacy. All requests must be authenticated with a valid token.
API Keys
Key Location: In request header
Example: Authorization: Api-Key {your-api-key}
Authorization: Api-Key {your-api-key}
Log In to the Aitomatic DXA Factory arrow-up-right
Choose Your Workspace
Access Workspace Settings
Navigate to the API Key tab
Generate a New API Key
Example:
Bearer Token Pass the access token in the Authorization header using the Bearer schema:
Authorization
TBD
401 Unauthorized: Returned when the token is invalid or missing.
403 Forbidden: Returned when the token is valid but lacks required permissions.
Example Error Response:
Last updated 1 year ago
Authorization: Bearer {access_token}
{ "error": "invalid_token", "error_description": "The access token expired" }