Linked Accounts Monitoring: Webhook Webhook
Sends an invalid linked account issue to your server.
Request Body schema: application/json
The linked account issue event.
object | |
object |
Request samples
- Payload
Content type
application/json
{- "meta": {
- "eventType": "LINKED_ACCOUNTS_ISSUES",
- "uuid": "string",
- "timestamp": "string",
- "accountId": "string",
- "appSpecificAccountId": "string"
}, - "linkedAccountIssue": {
- "linkedAccountId": "string",
- "publisherSiteId": "string",
- "affectedEntities": [
- {
- "businessId": "string",
- "entityId": "string"
}
], - "eventTimestamp": "2019-08-24T14:15:22Z"
}
}