Sprinto Developer API

Set up API Playground

Sprinto API Playground is a nifty browser-based API explorer that lets you dive into the Developer API without the hassle of installing any clients or GraphQL tools.

Before you start your API exploration journey, remember that you'd have to set up the API Playground whenever your web session expires.

ℹ️

Prerequisite to setup playground: Valid API Key

You need to have a valid API key to setup Sprinto Playground. Any Sprinto user with admin privilege can generate one from the Sprinto app. For detailed instructions, refer to the Generate API key guide.

Head over to the Set up API Playground (United States, Europe, or India) from your desired web browser and follow these steps:

  1. Click on the settings icon from the top bar.

  2. On Connection settings page, under shared headers, enter the following attributes and their values as mentioned below:

AttributeValue
api-key<enter your API key here>
apollo-require-preflighttrue
  1. That's it. Click Save to save changes.

  2. If you've nailed the above fields, the API should automatically introspect, or you can click Refetch Schema from the explorer page to do the same.

  3. Successful introspection unveils the available root types neatly categorized in query and mutation.