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

# endpoint.updated

`POST endpoint.updated` (webhook)

Sent when an endpoint is updated.

## Payload

- EndpointUpdatedEvent — Sent when an endpoint is updated.
  - `data` EndpointUpdatedEventData, required — Sent when an endpoint is created, updated, or deleted
    - `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.updated', 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)
