Get the details of an account
cURL
curl --request GET \ --url https://app.chatwoot.com/platform/api/v1/accounts/{account_id} \ --header 'api_access_token: <api-key>'
{ "id": 123, "name": "<string>" }
This token can be obtained by the system admin after creating a platformApp. This token should be used to provision agent bots, accounts, users and their roles.
The numeric ID of the account
Success
Account ID
Name of the account