T
ThoughtSpot GraphQL endpoint
Details
- Endpoint
-
https://<your-thoughtspot-instance>/prism/?op=graphql - Spec
- introspection
- Docs
- https://developers.thoughtspot.com/docs/graphql-guide
Authentication
Cookie: <credential> Sign in to your ThoughtSpot instance using one of ThoughtSpot's supported login flows documented at REST API v2.0 authentication or REST API v1 authentication. A successful login returns session cookies that must be sent with subsequent API or GraphQL requests.
Authorization: Bearer <credential> Enable trusted authentication on your ThoughtSpot instance, then use the documented token-generation flow at REST API v2.0 authentication to call /api/rest/2.0/auth/token/full and mint a full access token for a user or service account. This token is referred to in the docs as TS_AUTH_TOKEN.