This APIs allows you to get details of all accounts
Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned.
OK
Bad Request
Unauthorized
Forbidden
Internal server error
{- "account": [
- {
- "id": "ae103957-9c82-4fa8-a34e-925be85e06ec",
- "created": "2021-03-21T14:29:01.516Z",
- "modified": "2021-03-28T14:29:01.516Z",
- "name": "order_account",
- "address": "123456789",
- "channel": {
- "id": "45a095f4-d0ee-4220-a689-22b541c58f67"
}, - "chatConfigurations": {
- "timeout": 30,
- "defaultLanguage": "en-US",
- "onAgentUnavailability": "off_hours",
- "orchestration": {
- "id": "c37e975f-6b2f-490f-9cac-dfa05499f744"
}, - "entryPoint": {
- "id": "1001"
}
}
}, - {
- "id": "b5fc053c-77f4-4445-b6df-2e744aef8f4f",
- "created": "2021-03-21T14:29:01.516Z",
- "modified": "2021-03-28T14:29:01.516Z",
- "name": "purplenile_account",
- "address": "123456789",
- "channel": {
- "id": "45a095f4-d0ee-4220-a689-22b541c58f67"
}, - "chatConfigurations": {
- "timeout": 30,
- "defaultLanguage": "en-US",
- "onAgentUnavailability": "off_hours",
- "orchestration": {
- "id": "c37e975f-6b2f-490f-9cac-dfa05499f744"
}, - "entryPoint": {
- "id": "1001"
}
}
}
]
}