Prerequisites
To start developing applications that use the Pandora APIs you will need the following:
- Pandora partnership access
- Pandora listener account
- Understanding of how OAuth2 works
- Knowledge of GraphQL
Pandora partnership access
If your company is not a Pandora partner you can request partner access here.
Pandora listener account
If you don’t already have a Pandora listener account you can sign up for a free Pandora account here.
OAuth2
You will need a high level understanding of how OAuth2 works. There is an explanation of this here and you can do further reading on this topic here.
GraphQL
The Pandora APIs are all available via GraphQL. An understanding of GraphQL queries and mutations is required to interact with the Pandora APIs, further reading is available here.