Update a channel account staging token
PATCH {{baseUrl}}/conversations/v3/custom-channels/:channelId/channel-account-staging-tokens/:accountToken
This API is used for integrators creating public apps. Use this API to update a channel account staging token's account name and delivery identifier. This information will be applied to the channel account created from this staging token.
Request Body
{"accountName"=>"<string>", "deliveryIdentifier"=>{"type"=>"<string>", "value"=>"<string>"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"accountToken":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","genericChannelId":"\u003cinteger\u003e","inboxId":"\u003cinteger\u003e","userId":"\u003cinteger\u003e","accountName":"\u003cstring\u003e","deliveryIdentifier":{"type":"\u003cstring\u003e","value":"\u003cstring\u003e"}}