Forum Discussion

Rookie_2022's avatar
Rookie_2022
Frequent Visitor
1 year ago
Solved

How to generate Access Token

Hello all,   I am a rookie to access API using Power bi. Here I have:   Cilent Key: ABC Cilent Secret: XYZ API address: https://api.maersk.com/customer-identity/oauth/v2/access_token   How co...
  • lbendlin's avatar
    1 year ago

    Please do not publish your credentials on the interwebs.


    As you can probably appreciate it is nearly impossible to help with API queries without access to said API  (which you should not provide for understandable reasons)

     

    Consult the documentation of your API. In your case the API requires an API Key.  There is an example for that in  https://learn.microsoft.com/en-us/powerquery-m/web-contents

     

    Use tools like Postman to figure out the mechanics of your call and then implement that in Power Query.