Skip to main content
GET
List Document Verifications

Authorizations

Authorization
string
header
required

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

Query Parameters

limit
number | null

The maximum number of document verifications to return

offset
number | null

The number of document verifications to skip

external_id
string

The external ID of the document verification

document_type
enum<string>

The type of document to filter by

Available options:
flu_vaccination,
resume,
tuberculosis_test,
covid_vaccination,
clipboard_health_badge,
physical_exam,
life_support_certification,
alcohol_handler_certification,
food_handler_certification
status
enum<string>

The status of the document verification to filter by

Available options:
scheduled,
processing,
completed,
failed

Response

200 - application/json

Successfully retrieved document verifications

id
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

object
enum<string>
required
Available options:
list
items
object[]
required