Webhook
endpoint.disabled
Sent when an endpoint has been automatically disabled after continuous failures, or manually via an API call.
postWebhookendpoint.disabled
Payload
Example payload
{
"data": {
"appId": "app_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"appUid": "unique-identifier",
"endpointId": "ep_1srOrx2ZWZBpBUvZwXKQmoEYga2",
"endpointUid": "unique-identifier"
}
}Response
Return any 2XX status to indicate that the data was received successfully
Changes
Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.