Create webhook
Webhooks
Create webhook
Create a webhook endpoint for proxy status change events.
POST
Create webhook
Creates a new endpoint and returns a one-time signing secret. Save this secret immediately; it is not retrievable later.Documentation Index
Fetch the complete documentation index at: https://docs.proxyjam.com/llms.txt
Use this file to discover all available pages before exploring further.
Request body
Destination URL for webhook delivery.
Whether the endpoint is active immediately. Defaults to
true.Response
Returns endpoint fields plus:One-time secret used by the receiver to verify
X-ProxyJam-Signature.Notes
- In non-development environments, the URL must use HTTPS.
- Only one active endpoint is allowed per user for
proxy.status_changed.