D
Dremio Cloud REST API
Details
- URL
-
https://api.dremio.cloud/v0/ - Docs
- https://docs.dremio.com/dremio-cloud/api/
Authentication
Authorization: Bearer <credential> In the Dremio Cloud console, open Account Settings → Personal Access Tokens, click Generate Token, choose a label and lifetime, then copy the token immediately; it is shown only once. See Personal Access Tokens.
Authorization: Bearer <credential> Create a Dremio service user, then use that service user's Dremio-issued client_id and client_secret to obtain OAuth access tokens from POST https://login.dremio.cloud/oauth/token with grant_type=client_credentials and scope=dremio.all. The token endpoint and parameters are documented at OAuth Token.