public_token that you use to build its capture URL:
List endpoints
Returns all endpoints belonging to your account, ordered by creation date (newest first).array
required
List of endpoint objects.
Create an endpoint
Creates a new endpoint and returns its capture URL token.string
required
A human-readable label for this endpoint (e.g.
"Stripe payments").Get an endpoint
Returns a single endpoint including its associated destinations.string
required
The endpoint ID.
Update an endpoint
Updates the name or active status of an endpoint. Only the fields you include are changed.string
required
The endpoint ID.
string
New display name for the endpoint.
boolean
Set to
false to stop the endpoint from accepting new webhooks.object
Arbitrary key-value pairs you can attach to the endpoint for your own reference.
Delete an endpoint
Permanently deletes an endpoint and all its associated events and destinations.string
required
The endpoint ID.
