List Account Statuses
POST https://{{axpAPIDomain}}/api/admin/account/v1/accounts:listStatuses
This API requires the Account Administrator role.
Lists the current statuses for the given accounts.
Request Body
{"accountIds"=>["AQSWDE"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
appkey | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
[{"action":"ADD","status":"COMPLETED","message":"Completed successfully","accountId":"DAERCS","features":{"chat":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"messaging":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"email":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"voice":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"aci":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"},"cmvoice":{"action":"ADD","status":"COMPLETED","message":"Feature added successfully"}}}]