List tier structures
<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 tier structures. The same field cannot be requested in both ascending and descending order at once. Default order is -created_at.
Query parameters
Maximum number of items returned per page. An integer between 1 and 100. Defaults to 10.
Sort order. A single field name or an array of field names; prefix a field with - for descending order. Default is -created_at. The same field must not be requested in both ascending and descending direction at once.
Pagination cursor returned in the cursor.next field of a previous response. Must match the tier structures cursor id format.
Field-specific filter conditions, passed as a deep object (e.g. filters[status][conditions][$is]=ACTIVE).
Response
Paginated list of tier structures.