# Amazon Music Official API

- [Official API Docs](https://developer.amazon.com/docs/music/API_web_overview.html)
- Current TPS (transaction per second) is 100. We can always ask Amazon to revisit this number
- We need to be aware that we share API client with multiple Sony apps

## Envs

- `AMAZON_REFRESH_TOKEN` returns in LWA flow [DOCS](https://developer.amazon.com/docs/login-with-amazon/authorization-code-grant.html)
- `AMAZON_PROFILE_ID`, `AMAZON_CLIENT_ID` can be found in [Amazon Developer Console](https://developer.amazon.com/settings/console/securityprofile/overview.html). Ask devs for access

## Commands

- `yarn amazon updatePayloads` to update data for tests
