Account Unlink: Webhook Webhook

Fired when an account uninstalls your App.

Request Body schema: application/json
object

Request samples

Content type
application/json
{
  • "meta": {
    • "eventType": "ACCOUNT_UNLINKED",
    • "uuid": "string",
    • "timestamp": "string",
    • "accountId": "string",
    • "appSpecificAccountId": "string"
    }
}