This is step #1 from the user authentication page.

This method generates a new request token that you can ask a user to approve. This is the first step in getting permission from a user to read and write data on their behalf.

📘

Note

There is an optional body you can post alongside this request to set a redirect URL or callback that will be executed once a request token has been approved on TMDB.

{
  "redirect_to": "https://www.themoviedb.org/"
}
Language
Authorization
Header
Click Try It! to start a request and see the response here!