EdgeCron API Docs
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.

MethodEndpointDescription
POST/endpointsCreate an endpoint
GET/endpointsList endpoints
GET/endpoints/{id}Get an endpoint
PATCH/endpoints/{id}Update an endpoint
DELETE/endpoints/{id}Delete an endpoint
POST/endpoints/{id}/enableEnable an endpoint
POST/endpoints/{id}/disableDisable an endpoint