cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/movie/{{movie_id}}/external_ids' \ --header 'Authorization: Bearer <token>'
{ "facebook_id": "redonemov", "id": 845781, "imdb_id": "tt14948432", "instagram_id": "redonemov", "twitter_id": "redonemov", "wikidata_id": "Q114876737" }
This endpoint retrieves the list of external Id of a particular movie
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents the movie ID. Get it here
External IDs
"redonemov"
845781
"tt14948432"
"Q114876737"