Skip to main content
GET
Get loyalty currencies

Authorizations

X-API-KEY
string
header
required

Query Parameters

organizationId
string<uuid>
required

Unique identifier for the organization

Example:

"123e4567-e89b-12d3-a456-426614174001"

websiteId
string<uuid>
required

Unique identifier for the website

Example:

"123e4567-e89b-12d3-a456-426614174002"

startingAfter
string<uuid>

Cursor for pagination; start after this ID

Example:

"123e4567-e89b-12d3-a456-426614174010"

includeDeleted
string

Whether to include deleted currencies

Example:

"false"

excludeTokenRewardCurrencies
string

Exclude LoyaltyCurrency rows auto-created by token-reward rules (isTokenRewardCurrency=true). Defaults to true so admin pickers never see them; surfaces that need to render an existing token-reward rule pass false.

Example:

"true"

limit
integer

Maximum number of records to return

Required range: 1 <= x <= 1000
Example:

50

Response

200

data
Loyalty Currency Schema · object[]
required
hasNextPage
boolean
required