Skip to main content
GET
List Buyer Profiles

Authorizations

X-API-KEY
string
header
required

Client-side API key (ck_...) with the agent-checkouts.* scopes.

Authorization
string
header
required

JWT identifying the end user, issued by an external auth provider your project trusts.

Query Parameters

cursor
string

Opaque pagination cursor from a previous response's nextCursor.

limit
integer

Maximum number of profiles to return per page.

Required range: 1 <= x <= 100

Response

Returns one page of the user's buyer profiles.

One page of buyer profiles, newest first.

data
object[]
required

The buyer profiles in this page.

nextCursor
string | null
required

Opaque cursor for the next page, or null on the last page.