latestOpenAPI 3.0.32026-08-15138306314.9 KB
cfd9e65e79bb
accounts
Get an account by its ID or external ID
Returns a single account by ID or external ID.
Rate limit: 60 requests per minute
get/accounts/{id}
Path parameters
idstring required
The ID or external ID of the account to fetch.
Response
Example response
{
"data": {
"channels": [
{
"mirror_to": {
"source": "slack"
},
"source": "slack"
}
],
"type": "customer"
}
}