Get channel accounts.
GET {{baseUrl}}/conversations/v3/conversations/channel-accounts?channelId=<integer>&channelId=<integer>&inboxId=<integer>&inboxId=<integer>&after=<string>&limit=<integer>&sort=<string>&sort=<string>&defaultPageLength=<integer>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
channelId | string | Limits results to channel accounts within a particular channel. | |
channelId | string | Limits results to channel accounts within a particular channel. | |
inboxId | string | Limits results to channel accounts within a particular inbox. | |
inboxId | string | Limits results to channel accounts within a particular inbox. | |
after | string | The paging cursor token of the last successfully read resource will be returned as the paging.next.after JSON property of a paged response containing more results. | |
limit | string | The maximum number of results to display per page. | |
sort | string | ||
sort | string | ||
defaultPageLength | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"results":[{"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"}},{"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"}}],"total":"\u003cinteger\u003e","paging":{"next":{"after":"\u003cstring\u003e","link":"\u003cstring\u003e"}}}