Skip to content

Create an API token.

POST
/api/v1/me/api-tokens
object
name
required

Must not be greater than 255 characters.

string
b
abilities
required
Array<string>
Allowed values: workspace:messages:write temporary-rooms:create temporary-rooms:read temporary-rooms:extend support:conversations:read
[
"temporary-rooms:read"
]
expires_at

Must be a valid date. Must be a date after now.

string
nullable
2052-08-09