Skip to main content
POST
/
v1
/
deployments
/
{deploymentId}
/
token
Deployment token
curl --request POST \
  --url https://{tenant}.cubecloud.dev/api/v1/deployments/{deploymentId}/token \
  --header 'Authorization: <api-key>'
{
  "cubeApiToken": "<string>"
}

Authorizations

Authorization
string
header
required

API key authentication. Send Authorization: Api-Key <YOUR_API_KEY>.

Path Parameters

deploymentId
integer
required

Response

200 - application/json
cubeApiToken
string
required