---
title: "/jobs/:shortcode/recruiters"
method: GET
path: "/jobs/{shortcode}/recruiters"
---

# /jobs/:shortcode/recruiters

`GET /jobs/{shortcode}/recruiters`

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

## Path parameters

- `shortcode` string, required

## Response `200`

200

- object
  - `recruiters` object[]
    - `id` string
    - `name` string
    - `email` string

## Other responses

- `401` — 401

---

[API](https://skmtc.net/workable/apis/account-root.md) · [All operations](https://skmtc.net/workable/apis/account-root/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/workable/account-root/versions/3ead9ec42165/schema)
