Query channel accounts

GET {{baseUrl}}/conversations/v3/custom-channels/:channelId/channel-accounts?deliveryIdentifierType=<string>&deliveryIdentifierType=<string>&deliveryIdentifierValue=<string>&deliveryIdentifierValue=<string>&after=<string>&limit=<integer>&sort=<string>&sort=<string>&defaultPageLength=<integer>&archived=<boolean>

Request Params

KeyDatatypeRequiredDescription
deliveryIdentifierTypestring
deliveryIdentifierTypestring
deliveryIdentifierValuestring
deliveryIdentifierValuestring
afterstring
limitstring
sortstring
sortstring
defaultPageLengthstring
archivedstring

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;results&quot;:[{&quot;active&quot;:&quot;\u003cboolean\u003e&quot;,&quot;archived&quot;:&quot;\u003cboolean\u003e&quot;,&quot;authorized&quot;:&quot;\u003cboolean\u003e&quot;,&quot;channelId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;inboxId&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;archivedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deliveryIdentifier&quot;:{&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}},{&quot;active&quot;:&quot;\u003cboolean\u003e&quot;,&quot;archived&quot;:&quot;\u003cboolean\u003e&quot;,&quot;authorized&quot;:&quot;\u003cboolean\u003e&quot;,&quot;channelId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;inboxId&quot;:&quot;\u003cstring\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;archivedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;deliveryIdentifier&quot;:{&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}}],&quot;total&quot;:&quot;\u003cinteger\u003e&quot;,&quot;paging&quot;:{&quot;next&quot;:{&quot;after&quot;:&quot;\u003cstring\u003e&quot;,&quot;link&quot;:&quot;\u003cstring\u003e&quot;}}}