Avatar of Calyx Teren
Calyx TerenFlag for United States of America

asked on 

Python API GET Request returns subscription key error

I'm trying to connect to an API, but am getting a 401 error that reads, "Access denied due to missing subscription key." How do I modify my script so that the API registers the key that I'm sending as a header?

headers = {'Ocp-Apim-Subscription-Key': 'KeyGibberish', 'Authorization': 'AuthorizationKeyGibberish', 'Accept':'application/json'}
r = requests.get("https://api.website.com/reporting/v1/users")
print(r.content)
* OAuth (Open Authorization)Python

Avatar of undefined
Last Comment
gelonida
ASKER CERTIFIED SOLUTION
Avatar of gelonida
gelonida
Flag of France image

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Python
Python

Python is a widely used general-purpose, high-level programming language. Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than would be possible in other languages. Python supports multiple programming paradigms, including object-oriented, imperative and functional programming or procedural styles. It features a dynamic type system and automatic memory management and has a large and comprehensive set of standard libraries, including NumPy, SciPy, Django, PyQuery, and PyLibrary.

6K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo