List a candidate's screenings
Returns a cursor-paginated list of the candidate’s screenings, newest first (reapplications can produce more than one).
Authentication
AuthorizationBearer
Partner API key sent as `Authorization: Bearer cfk_...`. Keys are partner-level — one key reaches every registry linked to your partner account and nothing else. CONFIRM issues and revokes them; a key is shown exactly once at creation because only its hash is stored, and revocation takes effect on the next request. Develop against the sandbox base URL with a sandbox key, where telephony is restricted to an allowlist you provide.
Path parameters
org_id
Organization ID (org_...).
cand_id
Candidate ID (cand_...).
Query parameters
limit
Page size, 1–100.
cursor
Opaque cursor from a previous response’s next_cursor.
Response
Paginated screening list.
data
has_more
next_cursor
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error

