D

Dremio Cloud REST API

REST discovered

Details
URL
https://api.dremio.cloud/v0/
Docs
https://docs.dremio.com/dremio-cloud/api/
Authentication
Dremio personal access token (PAT) api_key discovered Get key ↗
Authorization: Bearer <credential>

In the Dremio Cloud console, open Account SettingsPersonal Access Tokens, click Generate Token, choose a label and lifetime, then copy the token immediately; it is shown only once. See Personal Access Tokens.

Dremio OAuth client credentials for a service user oauth2_cc discovered Set up OAuth ↗
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.