Unlink (Disconnection)
This event is fired to notify you of when a connected account has been unlinked from your App or Business successfully.
mono.events.account_unlinked
API object
{
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.account_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 |
Updated about 1 year ago