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.

get/subscriptions

Response

200

Example response

{
  "subscriptions": [
    {
      "id": 772571818,
      "target": "https://www.acme.com/workable_subscriptions",
      "valid_until": "2021-09-11T11:34:34.685Z",
      "created_at": "2020-09-11T11:34:34.685Z",
      "stage_slug": "applied",
      "job_shortcode": "JOB2001"
    }
  ]
}