I am getting { "status_code": 7, "status_message": "Invalid API key: You must be granted a valid key." }
this again and again. Although I have a valid API key, when I make a request by typing directly into the browser I get the results back but on the documentation site where there is a apiary thing in which we have to type the headers. There I am not getting this error only
Nu găsiți un film sau un serial? Autentificați-vă pentru a-l crea.
Doriți să evaluați sau să adăugați acest articol într-o listă?
Nu sunteți membru?
Răspuns de Travis Bell
pe data de 3 septembrie 2015 la ora 10:24 AM
Hi AbKDs,
Indeed Apiary by default tries to pass the API key in as a header which we don't support. You have to make sure you're using passing the API key in as a query parameter.
Cheers.