cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/guest_session/{{guest_session_id}}/rated/movies' \ --header 'Authorization: Bearer <token>'
This endpoint gets the rated movies for a guest session.
Documentation IndexFetch the complete documentation index at: https://tvc.mintlify.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://tvc.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>