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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

January Power BI Update Carousel

Power BI Monthly Update - January 2026

Check out the January 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.