Get All Verifications
DeprecatedA Verification is used to retrieve information about an employee’s occupation and compensation. The individual requesting the verification is referred to as the Verifier, and the individual who is being verified is referred to as the Target.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Accept
Specify the content type and version that the API should use. It’s recommended to include this to avoid breaking changes.
Query parameters
state
Filter returned verifications by state
associated_id
Filter by associated ID
limit
Limit the number of results returned
offset
Offset the results by page
Response
A list of Verifications was successfully retrieved.
count
results
next
previous