Retrieves a list of all brands and their associated properties.
This endpoint uses cursor-based pagination via Link headers. See Pagination for details.
Basic Authentication using API key and secrets is currently the main authentication mechanism.
The cursor query string is used as the pivot value to filter results. If no value is provided, the first page of results will be returned. To get this value, you must encode the offset, reverse and position into a base64 string.
There are 3 possible parameters to encode:
o: Offsetr: Reversep: PositionFor example, r=1&p=300 encoded as a base64 string would be cj0xJnA9MzAw. The query string would then be cursor=cj0xJnA9MzAw.
"cj0xJnA9MzAw"
The size of the page to fetch.
x <= 100OK
A list of the user's configured brands.