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

# endpoint.enabled

`POST endpoint.enabled` (webhook)

Sent when an endpoint has been enabled.

## Payload

- EndpointEnabledEvent — Sent when an endpoint has been enabled.
  - `data` EndpointEnabledEventData, required — Sent when an endpoint has been enabled.
    - `appId` string, required — The Application's ID.
    - `appUid` string, nullable — The Application's UID.
    - `endpointId` string, required — The Endpoint's ID.
    - `endpointUid` string, nullable — The Endpoint's UID.
  - `type` 'endpoint.enabled', 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/16dbcc056c48/schema)
