Skip to main content
This is where you will find the definitive list of currently available methods for our movie, tv, actor and image API.

  curl -X GET "https://api.themoviedb.org/3/authentication" \ -H "Authorization: Bearer YOUR_API_KEY"

3

Try it!

curl --request GET \
--url https://api.themoviedb.org/3/authentication \
--header 'accept: application/json'