Oauth authorization revoked BETA
EVENT
oauth.authorization.revoked
Published when a merchant/application revokes all access tokens and refresh tokens granted to an application.
Name | Description |
---|---|
merchant_
|
The ID of the target merchant associated with the event. |
type
|
The type of event this represents, |
event_
|
A unique ID for the webhook event. |
created_
|
Read only Timestamp of when the webhook event was created, in RFC 3339 format. Examples for January 25th, 2020 6:25:34pm Pacific Standard Time: UTC: 2020-01-26T02:25:34Z Pacific Standard Time with UTC offset: 2020-01-25T18:25:34-08:00 |
data
|
Data associated with the event. |
Examples
Example payload
{
"merchant_id": "J9Z30SF99NPFJ",
"type": "oauth.authorization.revoked",
"event_id": "e1d6ae37-5aa9-45a5-b525-b12caf819fdb",
"created_at": "2020-08-14T15:51:04.246373287Z",
"data": {
"type": "revocation",
"id": "415641cf-eba2-4dfa-88cc-c4be1301fdc6",
"object": {
"revocation": {
"revoked_at": "2020-08-14T15:51:00.246373287Z",
"revoker_type": "MERCHANT"
}
}
}
}