Create or Update an Object Webhook Subscription

Subscribe to changes on specific fields of an object type (e.g., job, company). When any of the specified fields change, a webhook will be sent to your callback URL.

Your callback URL must return a successful 2xx response within 10 seconds. Requests that take longer than 10 seconds are treated as timeouts. Repeated failed deliveries, including repeated timeouts, can cause the subscription to be automatically deactivated.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Form Data

Create or update an object-based webhook subscription. Your callback URL must return a successful 2xx response within 10 seconds, otherwise the delivery is treated as a timeout. Repeated failed deliveries, including repeated timeouts, can cause the subscription to be automatically deactivated.

string
required
length ≤ 64

Object type to subscribe to (e.g. job, company).

string
required

Comma-separated list of fields in the object to subscribe to.

uri
required

The URL on your server that will receive webhooks when a subscribed field changes. This endpoint must return a successful 2xx response within 10 seconds.

string
length ≤ 100

Optional unique identifier for grouping subscriptions.

Responses

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