Base URL of the Usage Analytics deployment’s Cube REST API (e.g. https://<host>/cubejs-api/v1). Query it with the returned token.
deploymentIdinteger required
Id of the Usage Analytics deployment the token was issued for.
expiresAtstring nullable
When the token expires, as an ISO-8601 timestamp. Request a new token before this moment — issuing one is idempotent and cheap.
tokenstring required
A short-lived JWT for the Usage Analytics deployment, carrying this tenant’s security context. Send it as Authorization: Bearer <token> on requests to apiUrl.