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