Skip to main content
GET
List earning rules

Authorizations

Authorization
string
header
required

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

X-App-Id
string
header
required
X-App-Token
string
header
required

Query Parameters

limit
integer
default:10

Number of items to return. Between 1 and 100, defaults to 10.

Required range: 1 <= x <= 100
order

Sort order. A single value or repeated parameter with multiple values. Prefix with - for descending. Allowed values: -created_at, created_at, name, -name. Defaults to -created_at.

Available options:
-created_at,
created_at,
name,
-name
cursor
string

Pagination cursor returned in cursor.next of a previous response. Must match the pattern ^lcrsern_[a-f0-9]+$.

Pattern: ^lcrsern_[a-f0-9]+$
filters
object

Filters as a deep object, e.g. filters[status][conditions][$is]=ACTIVE or filters[name][conditions][$contains]=welcome. See the schema for allowed fields and conditions.

Filters for listing earning rules. Each field carries a required conditions object; condition values may be passed as a single string or as an array. Conditions not allowed for the field type are rejected.

Response

Paginated list of earning rules

Cursor-paginated list of earning rules.

data
object[]

Earning rules on the current page.

cursor
object | null

Pagination cursor. Null when there are no more results.

object
string

Object type marker. Always list.

Allowed value: "list"
Last modified on July 13, 2026