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?
找不到电影或节目?登录并创建它吧。
ticao2 🇧🇷 pt-BR 的回复
于 2025 年 01 月 10 日 7:32上午
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.