curl --request GET \
--url https://api.themoviedb.org/3/authentication \
--header 'Authorization: Bearer <token>'{
"success": true
}This endpoint allows you to test the validity of your API key.
curl --request GET \
--url https://api.themoviedb.org/3/authentication \
--header 'Authorization: Bearer <token>'{
"success": true
}