GET
/
authentication
curl --request GET \
  --url https://api.themoviedb.org/authentication \
  --header 'Content-Type: application/json' \
  --data '""'
{
  "success": true
}

Authorizations

api_key
string
query
required

Headers

string
Example:

""

Body

application/json · any

The body is of type any.

Response

200 - application/json

Authentication

The response is of type object.