Skip to main content
GET
List Identities

Authorizations

Authorization
string
header
required

Bearer authentication with an API token

Query Parameters

limit
default:50

(OPTIONAL) The maximum number of identities to return in a single page

Required range: 1 <= x <= 100
cursor
string

(OPTIONAL) Pagination cursor to be used in subsequent queries to retrieve next page of results

identity_type
enum<string>

(OPTIONAL) Filter identities by type Identity type

Please note that BUSINESS accounts are only supported in the US at this time.
Available options:
IDENTITY_TYPE_UNSPECIFIED,
INDIVIDUAL,
BUSINESS
Example:

"INDIVIDUAL"

label
string

(OPTIONAL) Filter identities by label

Response

Success

identities
(kyb_status · object | kyc_status · object)[]

The identities requested

cursor
string

Pagination cursor to be used in subsequent queries to retrieve next page of results