69be73b5cff0

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

List member 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 recorded for the member (created, deleted, activated, deactivated, card assigned, card unassigned). Results can be filtered by id, type and created_at. Returns 404 when the program or member does not exist.

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

Path parameters

programIdstring required

Unique loyalty program ID (format lprg_[a-f0-9]+).

memberIdstring required

Program member ID (format lmbr_[a-f0-9]+), assigned by Voucherify.

Query parameters

limitinteger nullable

Maximum number of activities to return. Must be between 1 and 100. Defaults to 10 when not provided.

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

Field(s) to order results by. Valid orders are created_at and -created_at; defaults to -created_at. Accepts a single value or an array of values (unrecognized values in the array form are ignored and the default order applies). Ordering by the same field in both directions simultaneously is rejected.

cursorstring nullable

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

junction'AND' | 'OR' nullable

How multiple field filters are combined. Defaults to AND.

Field-specific filter conditions, passed as a deep object, e.g. filters[type][conditions][$is]=vl.member.created. See the MemberActivityListFilters schema for available fields and conditions.

Response

Cursor-paginated list of member activities.

object'list' required

Object type marker, always list.