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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It 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
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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