This endpoint is used to test and validate your TMDB API key.
curl --request GET \ --url https://api.themoviedb.org/3/authentication \ --header 'Authorization: Bearer <token>'
{ "success": true }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Request successful
The response is of type object.
object