Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
venusura483
Frequent Visitor

How to refresh API access token dynamically

Hi ,

 

How to generate API access token dynamically using refresh token or basic auth (username and passowrd) 

I tried to generate access token dynamically but failed with the below.

 

let

url ="https://testapi.apples.com/api/v1/auth",

headers = [#"Content-Type" = "application/json"],

postData = Json.FromValue([username="username",

password= "password"]),

response = Web.Contents(

url,

[

Headers = headers,

Content = postData

]

),

access_token = Json.Document(response)

in

access_token

Error:

DataSource.Error: Web.Contents failed to get contents from 'https://testapi.apples.com/api/v1/auth' (400): Bad Request
Details:
DataSourceKind=Web
DataSourcePath=https://testapi.apples.com/api/v1/auth
Url=https://testapi.apples.com/api/v1/auth

 

Any suggestions would be much appriciated.

 

Many thanks

1 ACCEPTED SOLUTION
2 REPLIES 2

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.