Discounts
List Discounts
List and query discounts belonging to your active business with support for fuzzy search by code, pagination, and sorting.
GET
TypeScript SDK
Authorizations
Authenticate requests using your standard bearer API key (e.g. YOUR_API_KEY).
Query Parameters
Sorting criterion. Add a minus sign - before the criteria name to sort by descending order.
Available options:
created_at, -created_at Size of a page, defaults to 10. Maximum is 100.
Page number, defaults to 1.
Filter by discount code (fuzzy, case-insensitive).
Filter by discount ID.
TypeScript SDK