API ReferenceEndpoints
Endpoints
Manage target webhook destinations, headers, timeout, filters, and retry policy binding.
An Endpoint is the delivery destination: callback URL, method, headers, timeout, signing secret, retry policy, and optional event subscriptions.
Endpoint
Where it sits in the pipeline
Endpoints are delivery destinations. They combine URL, method, headers, timeout, filters, and retry policy.
Remember this distinction
Leave event filters empty to receive all events; use patterns such as `order.*` to narrow fanout.
These endpoints are generated from edgecron/docs/openapi.json and follow the shared EdgeCron response envelope.
| Method | Endpoint | Description |
|---|---|---|
| POST | /endpoints | Create an endpoint |
| GET | /endpoints | List endpoints |
| GET | /endpoints/{id} | Get an endpoint |
| PATCH | /endpoints/{id} | Update an endpoint |
| DELETE | /endpoints/{id} | Delete an endpoint |
| POST | /endpoints/{id}/enable | Enable an endpoint |
| POST | /endpoints/{id}/disable | Disable an endpoint |