Hello, im trying to use the following endpoints: https://api.themoviedb.org/4/{list_id}
but the response is { "status_code": 34, "status_message": "The resource you requested could not be found.", "success": false }
the list id that im using is the "id" field when the list is created and the token is the same that the one i use for creating the list. there is something that im missing?
there also another issue that im facing for the DELETE method on the https://api.themoviedb.org/4/{list_id} endpoint, it doesnt finds the id neither
Δεν μπορείτε να βρείτε κάποια ταινία ή σειρά; Συνδεθείτε για να τη δημιουργήσετε.
Θέλετε να αξιολογήσετε ή να προσθέσετε αυτό το στοιχείο σε μια λίστα;
Δεν είσαι μέλος;
Απάντηση από τον/την Travis Bell
στις 7 Νοέμβριος 2023 στις 06:15 ΜΜ
What ID are you trying to query? As you can see here, with a valid ID, everything is working as expected:
Request
Response
Απάντηση από τον/την aleman89
στις 7 Νοέμβριος 2023 στις 06:29 ΜΜ
Now i dont have any issue, maybe i had some typo on my test :)
Thank you!