GET
/
v1
/
retailers

View all of Sleek’s retailers with active offers. This API is useful for populating your application with the latest retailer 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 retailer offers available to your users.

Authorizations

Authorization
string
header
required

Public Sleek API token.

Query Parameters

cursor
string

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

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