reym
Auth

GraphQL API

Documentation of the GraphQL API of the Auth service

The GraphQL API of the Auth service is available at /management/graphql An API sandbox is available at /management/graphql/sandbox.

Sandbox

Use the sandbox to get an overview of the API that your schema configuration generates.

Authenticate to the API by sending a valid JWT within the Authorization header as a bearer token: Authorization: Bearer replace.by.your.jwt

On this page