Every endpoint outside ofDocumentation Index
Fetch the complete documentation index at: https://docs.archeraffiliates.com/llms.txt
Use this file to discover all available pages before exploring further.
POST /token itself requires a bearer token in the
Authorization header.
Get a token
POST /token accepts your Archer username and password as
application/x-www-form-urlencoded and returns an access token.
Authorize subsequent requests
Send the token as aBearer header on every call:
Publisher vs. seller credentials
Use the samePOST /token flow for both account types. What you can call is
determined by the account, not by a separate auth flow:
- A publisher account can hit the Publisher API endpoints.
- A seller account can hit the Seller API endpoints (
/sellers/...).
/sellers, so for example
/sellers/reports is the brand-owner equivalent of the publisher’s /reports.