Get a channel account by id
GET {{baseUrl}}/conversations/v3/custom-channels/:channelId/channel-accounts/:channelAccountId?archived=false
Retrieve a PublicChannelAccount that contains all the metadata about your channel account. This includes information like its channel, associated inbox id, and delivery identifier information.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | boolean |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"active":"\u003cboolean\u003e","archived":"\u003cboolean\u003e","authorized":"\u003cboolean\u003e","channelId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","inboxId":"\u003cstring\u003e","name":"\u003cstring\u003e","archivedAt":"\u003cdateTime\u003e","deliveryIdentifier":{"type":"\u003cstring\u003e","value":"\u003cstring\u003e"}}