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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;accountToken&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;genericChannelId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;inboxId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;userId&quot;:&quot;\u003cinteger\u003e&quot;,&quot;accountName&quot;:&quot;\u003cstring\u003e&quot;,&quot;deliveryIdentifier&quot;:{&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;value&quot;:&quot;\u003cstring\u003e&quot;}}