Get external IDs for a movie.
curl --request GET \ --url https://api.themoviedb.org/3/movie/18/external_ids \ --header 'Authorization: Bearer <token>'
{ "facebook_id": null, "id": 18, "imdb_id": "tt0119116", "instagram_id": null, "twitter_id": null, "wikidata_id": "Q106506" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
New Request
The response is of type object.
object