v1

latestOpenAPI 3.1.02026-07-14801408.6 KB

/jobs/:shortcode/recruiters

Returns a collection of your account external recruiters. Required scope: r_jobs. Accessible with account tokens and user tokens.

get/jobs/{shortcode}/recruiters

Path parameters

shortcodestring required

The job's shortcode

Response

200

Example response

{
  "recruiters": [
    {
      "id": "19782abc",
      "name": "Nadia Sawahla",
      "email": "nadia.sawahla@name.com"
    }
  ]
}