v1
latestOpenAPI 3.1.02026-07-14801408.6 KB/recruiters
Returns a collection of your account external recruiters. Required scope: r_jobs. Accessible with account tokens and user tokens.
get/recruiters
Query parameters
shortcodestring
The job's shortcode. If provided only recruiters collaborating on the correlated job will be returned.
Response
200
Example response
{
"recruiters": [
{
"id": "19782abc",
"name": "Nadia Sawahla",
"email": "nadia.sawahla@name.com"
}
]
}