ACCOUNT
- Endpoints
AUTHENTICATION
CERTIFICATIONS
- Endpoints
CHANGES
- Endpoints
COLLECTIONS
- Endpoints
COMPANIES
- Endpoints
CONFIGURATION
- Endpoints
CREDITS
FIND
GENRES
GUEST-SESSIONS
KEYWORDS
MOVIES
PEOPLE
PEOPLE-LISTS
REVIEWS
TV-EPISODE-GROUPS
TV-EPISODES
TV-SEASONS
TV-SERIES
TV-SERIES-LISTS
WATCH-PROVIDERS
Endpoints
Validate API Key
Validate API Key
GET
/
3
/
authentication
Copy
curl --request GET \
--url https://api.themoviedb.org/3/authentication \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200 - application/json
Validate API Key
The response is of type object
.
Copy
curl --request GET \
--url https://api.themoviedb.org/3/authentication \
--header 'Authorization: Bearer <token>'
Copy
{
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.