Databricks Tokens API

The Databricks Tokens API allows you to create, list, and revoke personal access tokens. Personal access tokens are used to authenticate with the Databricks REST API and integrations, providing an alternative to OAuth for programmatic access.

API entry from apis.yml

apis.yml Raw ↑
aid: databricks:tokens-api
name: Databricks Tokens API
tags:
- Authentication
- Security
- Tokens
humanURL: https://docs.databricks.com/api/workspace/tokens
properties:
- url: https://docs.databricks.com/api/workspace/tokens
  type: Documentation
description: The Databricks Tokens API allows you to create, list, and revoke personal access tokens.
  Personal access tokens are used to authenticate with the Databricks REST API and integrations, providing
  an alternative to OAuth for programmatic access.