Brila API
The Brila API lets you manage your own Brila account programmatically — starting with discount codes, with more of the platform opening up over time.
Every endpoint acts on your own account only: you authenticate with a personal access token and can only read or write your own data, the same data you'd manage by hand in Settings.
What you can do today
- List, create, update, and delete your discount codes.
More resources will be added here as they're opened up on the public API.
Next steps
- Getting started — create a token and make your first request
- Authentication & scopes — how tokens and scopes work
- Errors — the error response format
- Rate limits — request limits per token
- API reference — every endpoint, generated from the OpenAPI spec