auth
Exchange credentials for an access token
[cloud-only] Exchanges authentication credentials (e.g. an authorization code) for an access token.
post/api/auth/token
Request body
Response
Token response
Example response
{
"workspace": {
"id": "w-a1b2c3d4-5678-90ab-cdef-1234567890ab",
"name": "My Team"
},
"permissions": [
"owner:*"
]
}