Skip to main content

Endpoints API

List endpoints

GET /v1/endpoints

Create endpoint

POST /v1/endpoints

Request body

{
  "url": "https://example.com/webhooks/praeto",
  "description": "Production endpoint",
  "subscribed_events": ["order.created", "invoice.paid"]
}
The signing secret is returned only on create and rotate.

Get endpoint

GET /v1/endpoints/{endpoint_id}

Update endpoint

PATCH /v1/endpoints/{endpoint_id}

Rotate endpoint secret

POST /v1/endpoints/{endpoint_id}/rotate-secret

Endpoint health

GET /v1/endpoints/{endpoint_id}/health