GET
/
3
/
authentication
/
token
/
new
curl --request GET \
  --url https://api.themoviedb.org/3/authentication/token/new
{
  "expires_at": "2025-01-03 16:47:53 UTC",
  "request_token": "f6a38deb1d109eeec83fe061e217ba19d94e5849",
  "success": true
}

Response

200 - application/json

Temp Request Token

The response is of type object.