Forum Discussion

EiA's avatar
EiA
Frequent Visitor
4 years ago
Solved

Accessing Planday API with M

Hi,   I am trying to access the APIs of Planday (explained in detail here) from Power Query, but I have some issues authenticating to get the access token.   The relevant info about the API: Bef...
  • lbendlin's avatar
    lbendlin
    4 years ago

    Use Fiddler or similar to inspect the packet you are sending for any other potential format issues. APIs often expect the payload base64 encoded etc.