latestOpenAPI 3.0.32026-08-22149327338.9 KB
d4db007b26b2
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"
}
],
"custom_fields": {
"plan": {
"value": "enterprise"
}
},
"type": "customer"
}
}