Skip to main content
GET
List Cashback Rules

Authorizations

Authorization
string
header
required

An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.

Headers

Api-Version-Date
string

Pins the request to a dated API version.

Example:

"2026-09-09"

Query Parameters

first
integer

Number of rules to return from the start of the page.

after
string

Return rules after this cursor.

last
integer

Number of rules to return from the end of the page.

before
string

Return rules before this cursor.

order
enum<string>

Field to sort by. Defaults to created_at.

Available options:
created_at
direction
enum<string>

Sort direction. Defaults to desc.

Available options:
asc,
desc

Response

cashback rules listed

data
object[]
required
page_info
object
required