T
Tableau REST API
Details
- URL
-
https://<server-name>/api/<api-version> - Docs
- https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api.htm
Authentication
X-Tableau-Auth: <credential> Call Tableau REST API POST /api/{api-version}/auth/signin using one supported sign-in method—PAT, username/password, connected app JWT, or Tableau Cloud UAT JWT—to receive a temporary credentials token. Send that token on subsequent API requests in the X-Tableau-Auth header, as documented in Signing In and Signing Out (Authentication).