GET
/
v1
/
cashback-offers
/

View all of Sleek’s cashback offers. This API is useful for populating your application with the latest cashback offers available to your users.

This API call uses your public API key and can be used on the client side.

How to use

This API should be called on your server side or client side to populate your application with the latest cashback offers available to your users.

Authorizations

Authorization
string
headerrequired

Public Sleek API token.

Query Parameters

cursor
string

The ID of the next item that will be fetched. Format: UUID RFC 4122

name
string

The name of the cashback offer's retailer to search for.

category
string

The category of the cashback offers to search for.

country
string

The country of the cashback offers to search for. Format: ISO 3166-1 alpha-2 code

Response

200 - application/json
data
object[]
required
cursor
string

The ID of the next item in the list. Defined if there are more items to fetch. Pass this as the cursor query parameter to fetch the next page. Format: UUID RFC 4122