Skip to main content
GET
TypeScript

Authorizations

Authorization
string
header
required

An Account API key, an account access token, or a user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************. See Auth & API keys for how to get each one.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-09-25"

Query Parameters

account_id
string

Business account whose verifications you want to list, prefixed biz_. Provide this or user_id.

user_id
string

The caller's own user ID, prefixed user_, to list personal verifications. Provide this or account_id.

order
enum<string>
default:updated_at

Field used to sort returned verifications.

Available options:
updated_at,
created_at
direction
enum<string>
default:desc

Sort direction for returned verifications.

Available options:
asc,
desc

Response

OK

data
object[]