SyntaxFix
Write A Post
Hire A Developer
Questions
I'll add a bit hint: it seems what you pass as the key value of a header depends on your authorization type, in my case that was PRIVATE-TOKEN
PRIVATE-TOKEN
header = {'PRIVATE-TOKEN': 'my_token'} response = requests.get(myUrl, headers=header)