cURL
curl --request GET \ --url https://api.alpharun.com/api/v1/job-openings/{JOB_OPENING_ID} \ --header 'Authorization: Bearer <token>'
{ "data": { "job_opening": { "id": "<string>", "name": "<string>", "status": "live", "interview_link": "<string>", "link_access": { "restricted": true }, "location": { "description": "<string>" }, "pay": { "description": "<string>" }, "hours": { "description": "<string>" }, "questions": [ "<string>" ], "owner_emails": [ "[email protected]" ], "job_type": { "id": "<string>", "name": "<string>", "job_description": "<string>", "ai_interviewer_guidance": "<string>", "qualifications": [ "<string>" ], "resume_collection_type": "after_interview", "should_force_fullscreen": true, "should_record_video": true } } } }
Fetches the job opening referenced by the provided job opening ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the job opening to update
Job opening created successfully
Show child attributes