Get Cashback Campaign List
Retrieves a paginated list of current cashback campaigns available on the site. This endpoint allows merchants to view and manage ongoing promotional cashback offers, including filtering by campaign status such as active, scheduled, or inactive. Detailed information about each campaign is provided, including tiers, schedule, applicable payment methods, and maximum cashback amounts.
Authorizations
A unique identifier assigned to each application.
A secure token associated with the app-id.
Query Parameters
The page number to retrieve in the paginated response. Defaults to 1 if not specified.
The number of campaigns to display per page. Defaults to 10 if not specified.
Filter the list of cashback campaigns by their status. Possible values are 'active', 'scheduled', or 'inactive'.
active, scheduled, inactive Response
A successful response containing a list of cashback campaigns.
The current page number in the paginated response.
1
The number of campaigns displayed per page.
10
The page number of the next page, or null if there is no subsequent page.
2
The total number of pages available based on the current query.
5
The total number of cashback campaigns matching the query parameters.
50
An array of cashback campaign objects for the current page.