---
title: "ingest.endpoint.disabled"
method: POST
path: "ingest.endpoint.disabled"
tags: ["Webhook"]
---

# ingest.endpoint.disabled

`POST ingest.endpoint.disabled` (webhook)

Sent when an ingest endpoint has been automatically disabled after continuous failures, or manually via an API call.

## Payload

- IngestEndpointDisabledEvent — Sent when an ingest endpoint has been automatically disabled after continuous failures, or manually via an API call.
  - `data` IngestEndpointDisabledEventData, required — Sent when an ingest endpoint has been automatically disabled after continuous failures, or manually via an API call.
    - `endpointId` string, required — The Endpoint's ID.
    - `endpointUid` string, nullable — The Endpoint's UID.
    - `failSince` string, date-time, nullable
    - `sourceId` string, required — The Source's ID.
    - `trigger` 'manual' | 'automatic'
  - `type` 'ingest.endpoint.disabled', required

## Acknowledgement `2XX`

Return any 2XX status to indicate that the data was received successfully

---

[API](https://skmtc.net/svix/apis/svix-api.md) · [All operations](https://skmtc.net/svix/apis/svix-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svix/svix-api/revisions/b0c8a1820333/schema)
