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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.