Can someone please help me understand what i’m doing wrong? I keep getting this error 401. I’m doing something wrong for sure, thank you.
Hello @osmanmunur
You must pass the authorisation as a Header, so not in the Authorisation section.
It must be in this format : Key = Authorization then Value = Basic {encoded_key}
Please also be sure the Key you encode is a Restful Live Key (not test key)
This image may help;
Thank you, i appreciate
I battled this for days. Turned out to be a blank password as stated - but the username had to have a colon at the end {{CH_ApiKey}}:
Good luck