Get account

Overview

Use this API to get details of a registered Conversation Manager account.

Scope

Client application must have 'app.conversation.conversationmgr.manage' or 'app.conversation.conversationmgr.read' scope assigned.

SecurityoAuthClient
Request
path Parameters
id
required
string = 36 characters

id of object

Example: 7b6c5fff-036e-4a40-b68a-a67c592fc079
Responses
200

OK

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Internal server error

get/accounts/{id}
Request samples
Response samples
application/json
{
  • "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": {
    },
  • "chatConfigurations": {
    }
}