Get a single channel account.
GET {{baseUrl}}/conversations/v3/conversations/channel-accounts/:channelAccountId?archived=false
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"\u003cstring\u003e","channelId":"\u003cstring\u003e","name":"\u003cstring\u003e","inboxId":"\u003cstring\u003e","active":"\u003cboolean\u003e","authorized":"\u003cboolean\u003e","createdAt":"\u003cdateTime\u003e","deliveryIdentifier":{"type":"\u003cstring\u003e","value":"\u003cstring\u003e"},"archived":"\u003cboolean\u003e"}