latestOpenAPI 3.0.32026-08-15138306314.9 KB
cfd9e65e79bb
accounts
Create a new account
Creates a new account with the specified name and optional metadata.
Rate limit: 60 requests per minute
post/accounts
Request body
Example request
{
"account_type": "customer",
"channels": [
{
"mirror_to": {
"source": "slack"
},
"source": "slack"
}
]
}Response
Example response
{
"data": {
"channels": [
{
"mirror_to": {
"source": "slack"
},
"source": "slack"
}
],
"type": "customer"
}
}