/company/{id}/webhook_endpoints

Creates a new webhook endpoint for the company and subscribes it to the specified event types, so matching events are delivered to the given URL as they occur.

Each company is limited to 10 webhook endpoints — exceeding this quota returns a 429. The secret field in the response (used to verify payload signatures) is returned only on this create call and cannot be retrieved again afterward, so store it securely.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
uri
required

Webhook delivery target. Must be an HTTPS URL. HTTP and private/internal
IP ranges (RFC 1918, link-local, loopback, cloud metadata endpoints) are
rejected at registration time. Hostname is resolved and validated to prevent
DNS rebinding attacks.

string
events
array of objects
required
events*
Response

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json