Query the top level details of a person.
curl --request GET \ --url https://api.themoviedb.org/3/person/31 \ --header 'Authorization: Bearer <token>'
{ "adult": false, "also_known_as": [], "biography": "", "birthday": null, "deathday": null, "gender": 2, "homepage": null, "id": 30, "imdb_id": "nm0823330", "known_for_department": "Production", "name": "Steve Starkey", "place_of_birth": null, "popularity": 1.977, "profile_path": "/8YCSIPhLZ6HHbbypEFZY05B7l16.jpg" }
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