Forum Discussion
Connect API with Header ApiKeyName not going through
- 8 years ago
Perhaps this might work too:
jasonfordxThis is great! Thank you clarifying that it is case sensitive!
Would it be possible for you to paste the M/Power Query code from advanced editor? This would be helpful for solving future problems. Thanks!
Yes, off course. It is working like this:
let
Source = Json.Document(Web.Contents("URL", [Headers=[#"x-api-key"="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"]])),
#"Converted to Table" = Record.ToTable(Source)
in
#"Converted to Table"
- Anonymous7 years agoNot applicable
Very Niiice jasonfordx !!
But I have a question, you posted in the workspace and managed to put automatic update???
- Anonymous5 years agoNot applicable
Hi,
I know it's been a while since this was posted, but I'm struggling with the same issue. It might even be the same URL and the same API too (Breathe HR by any chance?).
I tried both of solutions suggested by Marcin as well as jasonfordx's syntax. Sadly I get this error?What were the permissions settings? I used Annonumous and public.