Supported APIs
Amazon
API configuration: amazon
Features
Feature | Status |
---|---|
Auth (OAuth) | ✅ |
Syncs & Actions | ✅ |
Nango Proxy | ✅ |
Auto-pagination | 🚫 (time to contribute: <1h) |
API-specific rate limits | 🚫 (time to contribute: <1h) |
We can implement missing features in <48h, just ask for it in the community.
Getting started
Need help getting started? Get help in the community.
Connection configuration in Nango
Amazon uses different domain extensions for different regions. E.g. amazon.com
for the US, amazon.co.uk
for the UK or amazon.de
for Germany.
You need to pass the domain extension to use to Nango in the nango.auth()
call:
nango.auth('amazon', '<CONNECTION-ID>', {params: {extension: 'co.uk'}});
For more details see the docs here.
API gotchas
- To refresh the token simple use
nango.getConnection()
to generate new set of tokens
Add Getting Started links and Gotchas by editing this page