Forum Discussion
EiA
4 years agoFrequent Visitor
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...
- 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.