Authentication
Authenticating requests to GraphQL endpoints
Last updated
Authenticating requests to GraphQL endpoints
Last updated
Requests to the GraphQL API endpoints are authenticated using the Authorization
header of the HTTP request which should contain an access token.
For example:
Depending on the client application architecture, a number of different mechanisms for are supported.