Skip to main content
POST
/
v1
/
interviews
/
{interview_id}
/
check-calendar-responses
Check Calendar Responses Endpoint
curl --request POST \
  --url https://api.ontora.com/v1/interviews/{interview_id}/check-calendar-responses \
  --header 'Authorization: Bearer <token>'
{
  "checked": 123,
  "declined": 123,
  "message": "<string>",
  "declined_contact_ids": []
}

Documentation Index

Fetch the complete documentation index at: https://docs.ontora.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-API-Key
string | null

Path Parameters

interview_id
string<uuid>
required

Response

Successful Response

checked
integer
required
declined
integer
required
message
string
required
declined_contact_ids
string[]