v4 access token as a Bearer token. You can request an
API key by logging in to your account on TMDB and clicking here.
Bearer Token
If you head into your account page, under the API settings section, you will see a new token listed called
API Read Access Token. This token is expected to be sent along as an Authorization header. A simple cURL
example using this method looks like the following:
Example
GET based calls on v4, you can still use your v3 api_key query parameter if you want.