Skip to main content

(20) Creator deauthorization

Trigger scenario

When a creator completely removes the App's access to his/her data.

Data business parameters

Parameter nameData TypeSampleDescription
typeint20Webhook type, fixed to 20 for this webhook.
tts_notification_idstring"7327112393057371910"The ID of the notification.
creator_open_idstring"VIyStQAAAADCBQ40s4TzOSSOEIW-bM5O9cod3vK8OytW8m-bnBYlXw"The open_id of the creator. To get the value, see Authorization overview.
timestampint1644412885The UNIX timestamp when this webhook was triggered.
dataobject
└ cancel_timestring"1644412885"The UNIX timestamp when this event happened.

Event example

JSONWord Wrap

{
"type": 20,
"creator_open_id": "VIyStQAAAADCBQ40s4TzOSSOEIW-bM5O9cod3vK8OytW8m-bnBYlXw",
"tts_notification_id": "7327112393057371910",
"timestamp": 1644412885,
"data": {
"cancel_time": 1644412885
}
}