List all TIN Verifications
Returns a list of TIN Verifications. Up to 100 TIN Verifications are returned per request.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
page
The specific page of results you're requesting. Responses are limited to a maximum of 100 records.
tinFingerprint
Filters the list of TIN Verifications based on the tinFingerprint
field.
status
Filters the list of TIN Verifications based on the status
field.
userId
The unique identifier for a single end-user of your application.
Response
OK
createdAt
The creation date and time of the TIN Verification in ISO 8601
format.
id
The unique identifier for this TIN Verification.
name
The legal name (first + last) or business name.
status
The status of the TIN Verification.
Allowed values:
tin
The tax identification number, commonly referred to as a TIN. No hyphens. Numerical digits only.
tinFingerprint
The fingerprint for this TIN Verification.
tinType
The type of the TIN. INDIVIDUAL
refers to SSNs, ITINs, or ATINs. While BUSINESS
refers to EINs.
Allowed values:
userId
The unique identifier for a single end-user of your application.