v1
latestOpenAPI 3.1.02026-07-14801408.6 KB/jobs/:shortcode/application_form
Returns the application form details for the specified job. Required scope: r_jobs. Accessible with all token types.
get/jobs/{shortcode}/application_form
Path parameters
shortcodestring required
The job's shortcode
Response
200
Example response
{
"form_fields": [
{
"key": "headline",
"label": "Headline",
"type": "string",
"required": true
}
],
"questions": [
{
"id": "4da",
"body": "Describe a win situation",
"type": "free_text"
}
]
}