cURL
curl --request GET \ --url https://public.api.micro1.ai/jobs \ --header 'x-api-key: <api-key>'
{ "status": true, "message": "Jobs fetched successfully", "data": [ { "job_id": "123e4567-e89b-12d3-a456-426614174000", "job_title": "Full Stack Engineer", "job_description": "We are looking for a Full Stack Engineer to join our team", "job_code": "M0000001", "ats_job_id": "JOB123TEST", "interview_id": "123e4567-e89b-12d3-a456-426614174000", "job_apply_url": "https://jobs.micro1.ai/post/123e4567-e89b-12d3-a456-426614174000", "job_status": "open", "date_created": "2021-01-01 00:00:00", "date_modified": "2021-01-01 00:00:00" } ] }
Retrieve all jobs via this endpoint.
API key to access the API
Page number
Number of items per page
Keyword to search for
Successful response
Response for getting all jobs
Status of the response
true
Message of the response
"Jobs fetched successfully"
List of jobs
Show child attributes