Database tokens
Creates a new database token for a given workspace and for the authorized user.
post/api/database/tokens/
Request body
Response
Example response
{
"permissions": {
"create": true,
"read": true,
"update": true,
"delete": true
}
}Changes
No recorded changes to this endpoint across all 6 revisions of this API.