69be73b5cff0

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

List Card Definitions

<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 card definitions.

Filtering is supported through the filters deep-object query parameter, e.g. filters[name][conditions][$is]=Standard%20Card. The same field cannot be requested in both ascending and descending order at the same time.

get/v2/loyalties/card-definitions

Query parameters

limitinteger

Maximum number of card definitions to return. Minimum: 1, maximum: 100. Defaults to 10 when omitted.

'-name' | 'name' | '-type' | 'type' | '-status' | 'status' | '-created_at' | 'created_at'
OR
string[]

Sort order. A single field or an array of fields. Prefix a field with - for descending order. Defaults to -created_at. The same field cannot be used in both ascending and descending direction at the same time.

cursorstring

Pagination cursor returned by a previous call in cursor.next. Pattern: ^lcrscdef_[a-f0-9]+$.

junction'AND' | 'OR' | 'null' nullable

Logical junction between field filters. Defaults to AND.

Filter conditions per field, e.g. filters[status][conditions][$is]=ACTIVE.

Response

A paginated list of card definitions.

object'list' required

Object type marker. Always list.