Version: 1
Brila API
Authentication
- HTTP: Bearer Auth
A personal access token created in Settings > API Tokens.
Send it as Authorization: Bearer <token>.
Each token carries specific scopes (e.g. discount_codes:read,
discount_codes:write) — see each operation's description for
the scope it requires.
Security Scheme Type: | http |
|---|---|
HTTP Authorization Scheme: | bearer |
Bearer format: | opaque token |