Documentation Index
Fetch the complete documentation index at: https://mintlify.com/chamals3n4/OpenATS/llms.txt
Use this file to discover all available pages before exploring further.
Submit Job Application
Path Parameters
Job ID to apply for
Request Body
Candidate’s first name (1-100 characters)
Candidate’s last name (1-100 characters)
Valid email address (max 255 characters)
Phone number (max 50 characters)
Valid URL to uploaded resume (max 1000 characters)
Array of answers to custom application questions
Response
Created candidate application object
Example Request
Error Codes
Invalid job ID OR Validation failed
Job not found
Failed to submit application
List Candidates for Job
Path Parameters
Job ID
Query Parameters
Filter by specific pipeline stage
Search by candidate name or email
Response
Array of candidate objects
Example Request
Error Codes
Invalid job ID
Failed to fetch candidates
Get Candidate Profile
Path Parameters
Candidate ID
Response
Full candidate profile object including:
Example Request
Error Codes
Invalid candidate ID
Candidate not found
Failed to fetch candidate
Move Candidate to Stage
Path Parameters
Candidate ID
Request Body
Target pipeline stage ID
User ID of the recruiter performing the move (defaults to 1)
Response
Updated candidate object with new stage
Example Request
Error Codes
Invalid candidate ID OR Validation failed OR Stage move error
Failed to move candidate
Delete Candidate
Path Parameters
Candidate ID to delete
Response
Deleted candidate object
Example Request
Error Codes
Invalid candidate ID
Candidate not found
Failed to delete candidate