GraphQL API & Authentication
Describes how to authenticate to our GraphQL API.
What is GraphQL?
How do I access the TSG Global GraphQL API?
Generate Bearer Token
Request Body
Name
Type
Description
{
"token": "POAPK_*********",
"user": {
"email": "[email protected]",
"first_name": "Test",
"id": "*****",
"last_name": "User",
"level": "basic_user"
}
}Where can I test the GraphQL API and view more documentation?
What URL should I use to perform my queries and mutations?
Last updated
Was this helpful?