Create a channel account
POST {{baseUrl}}/conversations/v3/custom-channels/:channelId/channel-accounts
This API allows you to create one or more accounts that all talk over a single channel but using different delivery identifiers.
Request Body
{"authorized"=>"<boolean>", "inboxId"=>"<string>", "name"=>"<string>", "deliveryIdentifier"=>{"type"=>"<string>", "value"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"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"}}