POST
/
3
/
authentication
/
token
/
validate_with_login
curl --request POST \
  --url https://api.themoviedb.org/3/authentication/token/validate_with_login \
  --header 'Content-Type: application/json' \
  --data '{
  "password": "Alexander4",
  "request_token": "65fa8d51d4cc82668dd72b231591cc824231193c",
  "username": "Chisa_"
}'
{
  "expires_at": "2025-01-03 16:37:35 UTC",
  "request_token": "65fa8d51d4cc82668dd72b231591cc824231193c",
  "success": true
}

Body

application/json

Response

200 - application/json

Session (with Login)

The response is of type object.