GraphQL authentication
Authenticating with GraphQL requires a valid X-GQL-Token. You can create this token from the User Interface or via the Token API:
- To create a token, refer to Authentication.
- Copy the X-GQL-token returned in the response.
Add X-GQL-Token
In the integrated development environment (IDE), select the HTTP HEADERS tab and add the token using the following format (replace the example token with your own token):
{
"X-GQL-Token":"aEtSNzBsTaEtSNzBsTaEtSNzBsTaEtSNzBsTaEtSNzBsTBiaDJ6UFZjuT18bXRzdC1kLTAyMA=="
}
Can we improve this article ? Provide feedback