PEOPLE
cURL
curl --request GET \ --url https://api.themoviedb.org/3/person/{person_id}/external_ids \ --header 'Authorization: Bearer <token>'
{ "facebook_id": "OfficialKatrinaLaw", "freebase_id": "/en/katrina_law", "freebase_mid": "/m/0bmh92k", "id": 164930, "imdb_id": "nm0492345", "instagram_id": "katrinalaw", "tiktok_id": null, "tvrage_id": null, "twitter_id": "katrinalaw", "wikidata_id": "Q2054485", "youtube_id": null }
This endpoint get the external ID’s that belong to a person.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
164930
External IDs
The response is of type object.
object