access token
as a Bearer token
.
You can request an API key by logging into your TMDB account and clicking here.
Bearer Token
In your account page, under the API settings section, you will find a token called API Read Access Token. This token should be sent as anAuthorization
header.
Here is a simple cURL example:
GET
requests on v4, you can still use your v3 api_key
query parameter if you prefer.