Skip to main content
GET
List Contacts

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

Query Parameters

status
string | null

Response

Successful Response

id
string<uuid>
required
interview_id
string<uuid>
required
question_set_id
string<uuid> | null
required
name
string
required
email
string | null
required
phone
string | null
required
job_title
string | null
required
department
string | null
required
seniority_level
integer | null
required
is_required
boolean
required
meeting_url
string | null
required
status
string
required
scheduled_at
string<date-time> | null
required
completed_at
string<date-time> | null
required
created_at
string<date-time>
required
booking_token
string | null
reminder_count
integer
default:0
last_reminder_at
string<date-time> | null