v
latestOpenAPI 3.1.02026-08-105471692.1 MBAccounts
Get Slack account settings
Returns the connected Slack channel details and the default message identity (name and avatar shown as the author on every post, with Slack's APP badge). The identity applies to messages only; the app's own Slack profile is global and cannot be changed per workspace.
get/v1/accounts/{accountId}/slack-settings
Path parameters
accountIdstring required
Response
Slack account settings
Example response
{
"account": {
"platform": "slack"
}
}