List Card Definitions
<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 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.
Query parameters
Maximum number of card definitions to return. Minimum: 1, maximum: 100. Defaults to 10 when omitted.
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.
Pagination cursor returned by a previous call in cursor.next. Pattern: ^lcrscdef_[a-f0-9]+$.
Filter conditions per field, e.g. filters[status][conditions][$is]=ACTIVE.
Response
A paginated list of card definitions.