Databricks API using the personal access token
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ01-18-2024 11:40 PM
We can access the Azure databricks API using the personal access token which is created by us manually.
The objective is that client donโt want to store the personal access token which may not be secure .
Do we have option to generate the token during run time (during API access- each time new token ) OR the API access request should be approved without using personal token ?.
Kindly advise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
โ01-19-2024 12:17 AM
Hi @Phani1 ,
Yes, now you can use databricks Create a user tokenโAPI for create access token via automated API call.
Please refer below doc -
Create a user token | Token API | REST API reference | Azure Databricks

