List brands you can promote
List the brands you’re approved to promote on the Archer platform.
Each row carries just an brand_id and a display brand_name. Use
brand_id with /getproducts?brand_id=… to browse a brand’s catalog
or with /reports to scope reporting to one brand.
Filtering
search— find brands matching a query against their name.brand_name— match brands whose display name contains the given text.brand_id— fetch a single brand by id.
Paging through results
Use skip and limit to page through the list. total_count is the
total across every page; fetched_count is how many you got back.
Documentation Index
Fetch the complete documentation index at: https://docs.archeraffiliates.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
How many brands to skip — used for paging.
x >= 0How many brands to return per page (1–500). Defaults to 100.
1 <= x <= 500Find brands matching the given text in their name.
Match brands whose display name contains the given text (case-insensitive).
Fetch a single brand by its identifier.
Response
Successful Response
The response from GET /brands.
Total brands matching your filters across every page.
Brands in this page.
The skip value that produced this page.
The limit value that produced this page.
The brands on this page.