List brands you own
List the brands you own on the Archer platform.
Each row carries a brand_id and the display brand_name. Pass brand_id
to /sellers/reports?brand_ids=… to scope reporting to a specific brand,
or to /sellers/products?brand_id=… to list a single brand’s ASINs.
Filtering
search— find brands matching the given text in 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.