This endpoint retrieves all sent invites. You can search for a specific candidate, keyword or interview.
cURL
curl --request GET \ --url https://public.api.micro1.ai/interview/invites \ --header 'x-api-key: <api-key>'
{ "status": "true", "message": "Candidate invites fetched successfully", "data": [ { "candidate_id": "h0gqkAcaDJ", "interview_id": "123e4567-e89b-12d3-a456-426614174000", "interview_name": "Full Stack Engineer Interview", "candidate_name": "John Doe", "candidate_email_id": "[email protected]", "date_created": "2021-01-01 00:00:00", "date_modified": "2021-01-01 00:00:00", "status": "active" } ] }
API key to access the API
Page number
Number of items per page
Keyword to search for
ID of the interview
ID of the candidate
Successful response
Response for getting all candidate invites
Status of the response
"true"
Message of the response
"Candidate invites fetched successfully"
List of candidate invites
Show child attributes