Overview
Endpoints
Environment
URL
Authentication
Making Requests
curl -X POST https://gql-api.tokenbot.com/graphql \
-H "Authorization: Bearer <access_token>" \
-H "Content-Type: application/json" \
-d '{
"query": "query { me { success data { id email } } }"
}'Response Format
Documentation
Last updated
Was this helpful?