I'm copy / pasting my api key that I've registered for to do a simple call, and the response I'm getting says it is invalid. Is there an extra step I need to take to get the API key that I have validated?
Here is the endpoint that I'm trying...
https://api.themoviedb.org/3/movie/550?api_key={myapikey}
Response is...
{"status_code":7,"status_message":"Invalid API key: You must be granted a valid key."}
No trobeu una pel·lícula o una sèrie? Inicieu la sessió per a crear-la.
Desitgeu valorar o afegir aquest element a una llista?
No en sou membre?
Resposta per Travis Bell
el 7 e de 2014 a les 9:50 A.M.
Hi ianhd,
If I try this request, with your API key (cut off the end, but just so you know I'm using yours) everything works as expected:
Make sure there's no spaces at the beginning or end of the copied key.
Cheers.