Authorization

To start using the GraphQL API, request an API token from @RedoubtAPIBot.

Then, use this token as X-API-Key header.

If you are using GraphQL explorer, just input the token in the Headers section at the bottom of the explorer application using the following JSON:

{
 "X-API-Key": "%YOUR_TOKEN_HERE%"
}

Finally click "Re-fetch" button on the left side and explore the API!

Last updated