Webhook Events
Last updated May 19th, 2022
Unlink (Disconnection)
This event is fired to notify you when a connected account has been unlinked from your App or business successfully.
mono.events.account_unlinked
Request
12345678
{
event: 'mono.events.account_unlinked',
data: {
account: {
id: '60770aa8c5878a2af69ed849'
}
}
}
Fields for mono.events.account_unlinked webhook
Field | Description | Type |
event | The webhook event action that triggered the webhook, e.g. mono.events.unlinked. | string |
data | All information related to this specific webhook. | object |
data.account | The object holding the account id. | string |
data.account._id | The unique identifier for the user account that just got unlinked. | string |