Deployments

Deployment token

post/api/v1/deployments/{deploymentId}/token

Path parameters

deploymentIdinteger required

Request body

expiresIninteger nullable

Token lifetime in seconds, between 60 and 86400. Omit to keep the historical default of 24 hours (86400). Callers that hold the token outside a browser session — scripts, BI tools, scheduled jobs — should request a short lifetime and re-issue tokens instead.

Response

cubeApiTokenstring required

Changes