api_key
, or by using your access token as a Bearer
token.
You can request an API key by logging into your TMDB account and clicking here.
Bearer Token
The default method to authenticate is with your access token. Go to your account page, under theAPI settings
section, and you will see a new token listed called API Read Access Token
. This token should be sent as an Authorization
header.

cURL example