List the attribution links you've created
Returns every attribution Amazon link you’ve created with Archer, paginated. Use page to step through pages and limit (up to 500) to control the page size.
Picking a marketplace
Use marketplace to filter links by Amazon marketplace — for example amazon.com, amazon.co.uk, amazon.de or amazon.fr.
Pass marketplace=all to retrieve links from every marketplace in a single response; each link still carries its own marketplace field so you can split client-side.
Default: marketplace defaults to amazon.com when omitted, for backward compatibility with pre-v2 clients. If you’re a new integration and want to see links from non-US marketplaces (e.g. UK), you must pass either a specific marketplace (such as amazon.co.uk) or all. Omitting the parameter will only return US links.
Filtering
link_name— case-insensitive substring match on the name you gave the link.url— case-insensitive substring match on the Amazon URL the link points to (handy for finding the link for a given ASIN).brand_ids— comma-separated brand ids. Restricts to links created for one or more brands.start_date/end_date— ISO date (YYYY-MM-DD) orYYYYMMDD. Both ends inclusive; either can be omitted. Filters on the link’screated_date_time.
Storefront links
Storefront rows expose store_page_id as their destination identifier. Internal Amazon Store identifiers are omitted.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Case-insensitive substring match on the link's name.
Case-insensitive substring match on the link's Amazon URL.
Comma-separated brand ids. Restricts to links for one or more brands.
First day of the date range (inclusive). YYYY-MM-DD or YYYYMMDD.
Last day of the date range (inclusive). YYYY-MM-DD or YYYYMMDD.