REST API v2.0 SDKs
ThoughtSpot provides native SDK libraries to help client applications call REST APIs in a specific language format.
Currently, the REST API client libraries are available for TypeScript. This client library includes classes that correspond to the resource elements and data types that the API uses when processing requests and responses.
For more information about the TypeScript SDK and its usage, see TypeScript SDK.
Additional resources🔗
For more information about REST APIs, use the following resources:
-
For information about supported authentication types, see REST API v2 authentication.
-
Browse through the REST API v2 Playground before you start constructing your API requests. The playground offers an interactive portal with comprehensive information about the API endpoints, request and response workflows.
-
For information about supported API endpoints, see REST API v2 reference.
-
For REST API SDK libraries, go to the REST API SDK GitHub repository.
-
For information about new and deprecated features and enhancements, see REST API v2 Changelog.