Skip to main content

Using the GraphiQL Explorer

Prismatic's GraphiQL explorer lets you test queries against the Prismatic API. If you are logged in to the web app, you can perform authenticated queries against Prismatic's GraphQL API using the GraphiQL explorer.

Screenshot of the Prismatic GraphiQL Explorer Tool

Open the Explorer sidebar for a full reference of all queries and mutations that you can run.

Other GraphQL clients

Other GraphQL Clients can be used to query Prismatic's API:

To query Prismatic's GraphQL API with these tools, generate an API key and ensure that the API key is passed as an Authorization bearer token

{ "Authorization": "Bearer {{TOKEN}}" }

For API endpoint, enter https://app.prismatic.io/api.