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
ב-ינואר 10, 2025 ב-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.