Skip to main content
GET
List Verifications

Authorizations

Authorization
string
header
required

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

Path Parameters

partner_id
string
required

Response

Successful Response

created_at
string<date-time>
required
modified_at
string<date-time> | null
required
id
string
required
status
enum<string>
required

Current status of the verification request.

Available options:
pending,
in_progress,
completed,
failed
verification_type
enum<string>
required

The type of verification performed.

Available options:
business_search,
online_presence,
lien_search,
docket_search,
comprehensive
requested_at
string<date-time>
required

When the verification was requested.

completed_at
string<date-time> | null
required

When the verification completed (success or failure).

is_verified
boolean | null
required

Overall verification result - True if business is verified, False if not, None if pending.

verification_rating
string | null
required

Verification quality rating (A, B, C, F). Null if vendor doesn't provide.

risk_rating
string | null
required

Risk assessment rating (A, B, C, F). Null if vendor doesn't provide.

error_message
string | null
required

Error message if verification failed.

object
string
required
read-only

String representing the object's type. Objects of the same type share the same value.