Authentication
Last updated
Last updated
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}
Log In to the Aitomatic DXA Factory
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:
TBD
Example:
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: