v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/subscriptions

Subscribe to an event. Required scope: r_candidates or r_employees. Accessible with all token types.

post/subscriptions

Request body

targetstring required

The URL of the endpoint to push notifications at

eventstring required

One of candidate_created, candidate_moved, employee_created, employee_updated, employee_published, onboarding_completed, timeoff_updated

Response

201

idinteger

Example response

{
  "id": 42
}