API keys
Create keys under Settings → API Keys in your workspace. Each key is tied to the user who created it and inherits that user’s workspace role and location access.Key types
Restricted keys are recommended for integrations. Grant the minimum scopes needed.
Scopes
Restricted keys use space-separated scopes. Presets in the dashboard map to:
Individual resource scopes:
A restricted key cannot exceed what your workspace role allows. For example, a member cannot use a key with
locations.write if their role does not include that permission.
Workspace ID
Full-access keys must passworkspaceId on every workspace-scoped request:
retrac_…) are bound to one workspace — do not pass workspaceId; the server resolves it from the key.
Session authentication
Dashboard session cookies are not documented here and should not be used for third-party integrations. Use API keys for programmatic access.Plan requirements
API keys are available on Business plans and above. Lower plans may receive403 responses when creating or using keys.