Skip to main content
GET
List a customer's organizations

Authorizations

Authorization
string
header
required

API key sent in the Authorization header.

Path Parameters

customer_id
string
required

The customer's sub (the value you put in the JWT sub).

Response

The organizations the customer belongs to

organizationId
string<uuid>
required

The organization's id.

displayName
string
required

The organization's name.

accountType
enum<string>
required

Whether the organization completes KYC (personal) or KYB (business).

Available options:
personal,
business
role
enum<string>
required

The customer's role in this organization.

Available options:
admin,
member
joinedAt
string<date-time>
required

When the customer joined this organization.