Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 571 Bytes

plural-api.md

File metadata and controls

14 lines (10 loc) · 571 Bytes
title
Plural API

You can explore the plural API in more depth using our graphiql console, viewable at https://app.plural.sh/graphiql.

You'll need to do two things to allow the graphiql interface to be functional:

  • Configure the endpoint to point to https://app.plural.sh/gql
  • Add your access token as an authorization header with Bearer <access token> as the format.

{% callout severity="info" %} You can use the docs here to learn how to create API tokens {% /callout %}