Project tokens
Token
Token by ID.
GEThttps://cloud-api.calyptia.com/v1/project_tokens/{tokenID}
Authorization
Path parameters
tokenID*string (uuid)
Response
OK
Body
id*string (uuid)
token*string
Example: "redacted"
name*string
Example: "my-token"
permissions*array of Permission (enum)
createdAt*string (date-time)
Request
Response
Delete token
Delete token by its ID.
DELETEhttps://cloud-api.calyptia.com/v1/project_tokens/{tokenID}
Authorization
Path parameters
tokenID*string (uuid)
Response
No Content
Request
Update token
Update token by its ID.
PATCHhttps://cloud-api.calyptia.com/v1/project_tokens/{tokenID}
Authorization
Path parameters
tokenID*string (uuid)
Body
namenullable string
Example: "new-token"
permissionsnullable array of Permission (enum)
An empty list means it has all permissions.
Response
No Content
Request