GET List all Automated Interviews¶
This API retrieves information about all Automated Interviews associated with the company.
Request URL¶
GET /automated-interviews/active
Warning
Make sure to add your API key in Header of the request
Response¶
A JSON response containing all automted interviews associated with the company, with the most recent one listed first.
[
{
"interview_id": "integer",
"interview_name": "string",
"link_to_apply": "string"
},
]