Documentation

Getting Started Guide

Exploring the APIs

Available to Pandora partners only, the Pandora developer portal provides a graphical interface to explore the GraphQL API, in a familiar GraphQL playground user interface. Try out the API Explorer here.

Once authenticated into the developer portal, you can execute queries and mutations as you would from your client application. To learn more about these queries and mutations, you can look at the Reference section.  Once you are familiar with them, head over to the API Explorer to test and debug your own queries and mutations before using them.

Inspection of the GraphQL schema, including types, enums, queries and mutations, is also possible via the API Explorer.