v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
Programs

List program activities

<Warning>

<Badge color="yellow">BETA endpoint</Badge>

This is a work-in-progress documentation of a BETA endpoint. The parameters, fields, request and response bodies, and other data may subject to change. If you want to share feedback or improvements, contact Voucherify support or your Technical Account Manager.

</Warning>

Returns a cursor-paginated list of activities recorded for a program (created, updated, deleted, activated, deactivated and assignment changes). Supports filtering by activity id, type and created_at.

get/v2/loyalties/programs/{programId}/activities

Path parameters

idstring required

Unique program identifier.

Query parameters

junction'AND' | 'OR'

Logical junction applied between field filters. Defaults to AND.

Filters for the activity list. Nested object serialized in the query string (e.g. filters[type][conditions][$is]=vl.program.created). Only the condition operators supported by each field type are allowed.

{"stackTrail":"paths:/v2/loyalties/programs/{programId}/activities:get:parameters:2:schema","oasType":"schema","type":"unknown"}

Maximum number of items to return. Between 1 and 100. Defaults to 10. Non-integer values are rounded.

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

Sorting order. A single value or an array of values. Prefix with - for descending. Defaults to -created_at. The same field cannot be used in both ascending and descending order at once.

{"stackTrail":"paths:/v2/loyalties/programs/{programId}/activities:get:parameters:4:schema","oasType":"schema","type":"unknown"}

Pagination cursor returned by a previous call (cursor.next).

Response

Paginated list of program activities.

objectstring

Object type marker.