I'm very new to API so I don't know much about anything.
I've been attempting to connect my web hooks from Zapier to retrieve trending/popular movie info and have that info transferred to a Google docs sheet.
Everytime I put in the API information I get either a 403 or 401 error. Is there an in-depth explanation on how log-in/authentication works for this API?
Does anyone have advice on connecting webhooks?
Não consegue encontrar um certo filme ou série? Inicie sessão e adicione-o.
Deseja classificar ou adicionar este item a uma lista?
Ainda não é um membro?
Resposta de ticao2 🇧🇷 pt-BR
em 10 janeiro 2025 às 7:32 AM
Is this error message, 401 or 403, coming from the TMDb server or from your system?
If it is coming from TMDb, please provide the code.
See the list of TMDb server error warnings here.
https://www.themoviedb.org/documentation/api/status-codes
In your case:
Are you using API Key (v3) or API Read Access Token (v4)?
We have API documentation.
https://developer.themoviedb.org/docs/getting-started
You might want to take a look at it.
https://developer.themoviedb.org/docs/authentication-application
I can't help you with that.