latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-101025471.3 MB

69be73b5cff0

Earning Rules

List earning rule activities

<Info>

<Badge color="gray">Documentation in progress</Badge>

This documentation is in progress. The parameters, fields, request and response bodies, and other data may be subject to change. If you need more information or you want to share feedback, contact Voucherify support or your Technical Account Manager.

</Info>

Returns a cursor-paginated list of activities (audit trail) for a single earning rule. The same field cannot be used in both ascending and descending order at once. Default order is -created_at.

get/v2/loyalties/earning-rules/{earningRuleId}/activities

Path parameters

idstring required

Earning rule ID.

Query parameters

limitinteger

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

'created_at' | '-created_at'
OR
string[]

Sort order. A single value or repeated parameter. Allowed values: created_at, -created_at. Defaults to -created_at.

cursorstring

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

junction'AND' | 'OR' nullable

How multiple field filters are combined. Can be null.

Filters as a deep object, e.g. filters[type][conditions][$is]=vl.earning_rule.updated.

Response

Paginated list of earning rule activities

object'list'

Object type marker. Always list.