Skip to main content
GET
Get a buyer profile

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.

Path Parameters

id
string<uuid>
required

Response

The profile.

id
string<uuid>
required
label
string | null
required
subject
string | null
required

Your own id for the end user this profile belongs to, or null when it is not tagged to one. Always present — unlike a checkout, which omits the field entirely. Fixed at creation.

Example:

"user_a91f"

name
object | null
required

null when never supplied — not {}.

contact
object | null
required
shipping
object | null
required
createdAt
string<date-time>
required