curl --request GET \
--url https://chat.omnivibe.com.br/platform/api/v1/accounts/{account_id} \
--header 'api_access_token: <api-key>'{
"id": 123,
"name": "<string>"
}Get the details of an account
curl --request GET \
--url https://chat.omnivibe.com.br/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