Get All Verifications

Deprecated

A 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

AuthorizationstringRequired

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

Accept"application/json"Required

Specify the content type and version that the API should use. It’s recommended to include this to avoid breaking changes.

Query parameters

stateenumOptional

Filter returned verifications by state

associated_idstringOptional

Filter by associated ID

limitintegerOptionalDefaults to 25

Limit the number of results returned

offsetintegerOptionalDefaults to 0

Offset the results by page

Response

A list of Verifications was successfully retrieved.

countinteger
resultslist of objects
nextstringOptional
previousstringOptional

Errors