Database tokens
Returns the requested database token if it is owned by the authorized user andif the user has access to the related workspace.
get/api/database/tokens/{token_id}/
Path parameters
token_idinteger required
Returns the database token related to the provided value.
Response
Example response
{
"permissions": {
"create": true,
"read": true,
"update": true,
"delete": true
}
}