Skip to main content
GET
Per-customer purchase history

Authorizations

Authorization
string
header
required

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

Path Parameters

orgId
string
required

Organization ID

customerId
string
required

Customer record ID

Query Parameters

limit
number

Items per page (1–100). Defaults to 25.

page
number

1-based page number.

Response

items
object[]
required
total
number
required

Total purchase rows across all pages.

Example:

47