Forum Discussion
Anonymous
5 years agoNot applicable
Connecting to an API....
Hello Everyone, I am currently trying to connect via API to the Knowbe4 platform however I am getting authorization issues. I keep getting access denied and it will not accept my API token. Can any...
parry2k
5 years agoSuper User
Anonymous try something like this and then add the next steps.
let
#"API Key" = "your api key",
Source = Json.Document( Web.Contents("http://your url",
[
Headers = [Bearer = #"API Key"]
]))
in
Source