Before you start
Send Accept: application/json and Authorization: Bearer YOUR_TOKEN to https://{subdomain}.talentohq.com. See API for authentication.
Path and query identifiers are UUID strings.
Successful responses use 200. Missing or invalid tokens use 401.
Requires settings access. Use the id values as job_step_template_ids when creating or updating a meeting template.
List all job step templates
GET /api/v3/job_step_templates
Results are paginated. Pass page to move through pages of 50 records.
Response 200
[
{
"id": "2c2d2fd9-fe83-480a-adb8-351efc6a9808",
"name": "First interview",
"position": 1,
"job_template_name": "Default pipeline"
}
]