Forum Discussion
MasteryConnect API Connection "A web API key can only be specified with a web API key is provided."
hi, lawsonbe
Here is a similar one issue and it had solved well for you to refer to,
Hope this helps.
Best Regards,
Lin
- lawsonbe7 years agoHelper I
I tried that method and it did not work for me.
- lawsonbe7 years agoHelper I
I am trying a new tactic on this issue. I found the following OAuth 1.0 script and am trying to use it to create the GET to the MasteryConnect API. PowerBI does not like the https part of the statement and calls it out as a syntax error in the advanced querry editor. Obviously I am subbing out my own information for the key, code, signature, etc..
let
Source = Web.Contents("https://api.masteryconnect.com/api/students.json?page=1″, [Headers=[#”Authorization”=”OAuth oauth_consumer_key=””YOURKEY””, oauth_nonce=””YOURCODE””, oauth_signature=””YOURSIGNATURE””, oauth_signature_method=””HMAC-SHA1″”, oauth_timestamp=””TIMESTAMP””, oauth_token=””YOURTOKEN””, oauth_version=””1.0″””]]
)
in
Source