Discounts
할인 목록
귀하의 계정과 관련된 모든 할인 목록을 검색합니다.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.dodopayments.com/llms.txt
Use this file to discover all available pages before exploring further.
인증
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
쿼리 매개변수
Page size (default = 10, max = 100).
필수 범위:
x >= 0Page number (default = 0).
필수 범위:
x >= 0Filter by discount code (partial match, case-insensitive)
Filter by discount type (percentage)
사용 가능한 옵션:
percentage Filter by active status (true = not expired, false = expired)
Filter by product restriction (only discounts that apply to this product)
응답
List of active Discounts
Array of active (non-deleted) discounts for the current page.
Last modified on January 28, 2026
JavaScript