Overview

Pre-built tooling

Pre-built use-cases

No pre-built use cases yet (time to contribute: <48h)

Not seeing the use case you need? Build your own independently.

Access requirements

Pre-RequisitesStatusComment
Paid dev account
Paid test account
Partnership
App review
Security audit

Setup guide

No setup guide yet.

Need help getting started? Get help in the community.
Contribute improvements to the setup guide by editing this page
Contribute useful links by editing this page

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, simply use nango.getConnection() to generate a new set of tokens.
Contribute API gotchas by editing this page