cancel
Showing results for 
Search instead for 
Did you mean: 
Get Started Discussions
Start your journey with Databricks by joining discussions on getting started guides, tutorials, and introductory topics. Connect with beginners and experts alike to kickstart your Databricks experience.
cancel
Showing results for 
Search instead for 
Did you mean: 

Databricks API using the personal access token

Phani1
Valued Contributor II

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

1 REPLY 1

Ajay-Pandey
Esteemed Contributor III

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

Ajay Kumar Pandey