Pass your token
Include your token in theAuthorization header as a Bearer token:
Authentication errors
If your token is missing, malformed, or invalid, the API returns:Authorization header and that the token value is correct.
Rate limit errors
Rate limits are measured per API key. Your per-minute limit depends on your subscription. If you receive a
429, wait before retrying. If you receive a 422, you’ve exhausted your plan’s request quota.
Network-specific credentials
Some affiliate networks require additional parameters beyond your API token to return affiliate links. You supply these inside thenetworks object when calling the product search endpoint. If you provide a network object but omit required fields, the API returns a 422 error listing the missing items.
Here’s how to supply network credentials in a product search request:
affiliate_id and optionally sub_id.