Skip to main content
List Business Representatives
Retrieve a paginated list of all business representatives registered in your account. Use the customerId query parameter to scope results to the representatives of a specific business customer. The response includes each representative’s identity details, ownership stake, roles, and the current state of their verification profile criteria — making this endpoint useful for tracking KYB progress across all UBOs.

Authorizations

Authorization
string
header
required

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

Query Parameters

page
string
default:1
required

Page number of the list (default: 1)

Example:

1

limit
string
default:10
required

Number of items per page (default: 10)

Example:

10

customerId
string
Minimum string length: 1

Response

data
object[]
required
pagination
object
required
Last modified on June 18, 2026