Skip to main content
GET
List brands

Authorizations

Authorization
string
header
required

Send your API token prefixed by Bearer in the Authorization header.

Query Parameters

region
integer

Limits results to brands available in the provided region id, as returned from /regions.

max_price_in_cents
integer

Limits results to brands that have an available reward option less than or equal to this value.

min_price_in_cents
integer

Limits results to brands that have an available reward option greater than or equal to this value.

currencyisocode
enum<string>

Limits results to brands that have an available reward matching the provided currency.

Available options:
CAD,
USD,
AUD

Limits results to brands containing the search term in their name, description, or other fields.

limit
integer
default:20

Limits the number of results. Default 20.

offset
integer
default:0

Offsets the results. Used for paging. Default 0.

embeddable
boolean

If true, brands that cannot be used for in-app delivery via /embedded are omitted.

Response

200 - application/json

A list of brands has been retrieved.

brands
object[]
info
object

Status information returned on successful requests.

number_of_results
integer
limit
integer
offset
integer
total_count
integer