Get Redeemable List
Pulls a list of offers available and defined on Punchh, allowing for browsing/selecting of Punchh offers natively in an external platform. Redeemable search is on a business level, and the request can:
- Set search limits and order by desc search
- Search based on name or segment type filter
- Filter based on name or description For more information, see Headless Offers Management - Distribution
To call this API, the option to distribute offers from an external system must be enabled for the business on the Punchh platform. Contact your Punchh representative to update this Punchh platform configuration.
- Type: string
Content - Type requiredapplication/json
- Type: string
Accept requiredapplication/json
- Type: string
Authorization requiredBearer token for admin authorization, who is making a call on behalf of the customer
- Type: integer
page Number of pages
- Type: integer
per _page Number of records per page
- Type: string
query Define the search string on the redeemable name and description column
- Type: object
200 - Type: string
description Description of the redeemable
- Type: string
name Name of the redeemable
- Type: integer
redeemable _id ID of the redeemable
- Type: string
redeemable _image _url Image URL for the redeemable
- Type: string
redeemable _uuid UUID of the redeemable
- Type: object
400 - Type: object
422 - Type: object
errors
{
"redeemable_id": 1,
"redeemable_uuid": "string",
"name": "string",
"description": "string",
"redeemable_image_url": "string"
}