All requests to the Cula Tracking API require a Bearer API key in theDocumentation Index
Fetch the complete documentation index at: https://docs.cula.tech/llms.txt
Use this file to discover all available pages before exploring further.
Authorization header.
Making authenticated requests
Key scoping
Each API key is scoped to:- One organisation — the key can only access resources belonging to that organisation.
- A set of permitted sites — the key can only read and write resources associated with those sites.
403 Forbidden.
Key rotation
Each scope has two keys: a primary and a secondary. Both are valid simultaneously, allowing zero-downtime rotation:- Generate a new secondary key in the Cula platform.
- Update your systems to use the new key.
- Revoke the old primary key.
- Promote the secondary to primary.
API keys are created and managed in the Cula platform UI under organisation settings. They cannot be created or rotated via the API.