T

ThoughtSpot REST API v2.0

REST discovered

Details
URL
https://<your-thoughtspot-instance>/api/rest/2.0
Docs
https://developers.thoughtspot.com/docs/rest-apiv2-reference
Authentication
ThoughtSpot full access token (TS_AUTH_TOKEN) bearer discovered Get token ↗
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.

ThoughtSpot authenticated session cookies compound discovered Get key ↗
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.