Skip to main content
These endpoints are intended for administrators and platform operators only. Most users will receive a pre-configured token and do not need to interact with these APIs directly.
The Data Ingestion API uses JWT-based access tokens to authenticate requests. Administrators can generate tokens with specific permission scopes, list active tokens, and revoke tokens that are no longer needed.

Available permissions

Tokens are scoped to specific capabilities. Request only the permissions your integration requires.
Tokens with token:generate can only create tokens with permissions equal to or less than their own scope. A token cannot escalate privileges.

Common workflows

Generate tokens

Create new access tokens with scoped permissions

List tokens

View active and expired tokens

Revoke tokens

Invalidate tokens before expiration