Skip to main content
GET
Sales, commission and traffic for your links

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

start
string
required

First day of the report (inclusive). Use YYYY-MM-DD or YYYYMMDD.

Example:
end
string
required

Last day of the report (inclusive). Use YYYY-MM-DD or YYYYMMDD.

Example:
marketplace
string | null

Amazon marketplace to report on — e.g. amazon.com, amazon.co.uk, amazon.de. Defaults to amazon.com when neither marketplace nor geo is supplied. Only one marketplace per request — all is not supported.

geo
string | null

Two-letter country code for the marketplace, e.g. US, UK, DE. Alternative to marketplace; if both are supplied geo wins. See the Reporting concept for the full geo→marketplace mapping.

asins
string | null

Limit results to one or more products by ASIN. Separate multiple ASINs with commas.

link_ids
string | null

Limit results to specific links by their Archer link id. Separate multiple ids with commas.

brand_ids
string | null

Limit results to one or more brands. Separate multiple ids with commas.

limit
integer
default:100

How many rows to return per page (1–500). Defaults to 100.

Required range: 1 <= x <= 500
cursor
string | null

Use next_cursor from the previous response. Leave blank for the first page.

Response

Successful Response

The response from GET /reports.

total_count
integer
required

Total rows matching your filters across every page.

fetched_count
integer
required

Rows in this page.

rows
ReportRow · object[]
required

The performance rows for this page.

next_cursor
string | null

Pass this back as cursor to fetch the next page. Null when you're on the last page.