Skip to main content
GET
List buyer profiles

Authorizations

Authorization
string
header
required

Authorization: Bearer ck_test_… or ck_live_…. There is no other auth scheme — no query-string keys, no request signing, no OAuth.

Query Parameters

limit
integer
default:20

Page size. Must be an integer from 1 to 100; anything else is a 400.

Required range: 1 <= x <= 100
cursor
string<date-time>

The previous page's nextCursor — an ISO 8601 timestamp. Returns rows created strictly before it.

Response

A page of profiles.

data
BuyerProfile · object[]
required
nextCursor
string<date-time> | null
required