COMPANIES
cURL
curl --request GET \ --url https://api.themoviedb.org/3/company/{company_id} \ --header 'Authorization: Bearer <token>'
{ "description": "", "headquarters": "Burbank, California", "homepage": "https://movies.disney.com", "id": 2, "logo_path": "/wdrCwmRnLFJhEoH8GSfymY85KHT.png", "name": "Walt Disney Pictures", "origin_country": "US", "parent_company": null }
This endpoint get details of a specific company
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a uniques identifier for companies
2
Details
The response is of type object.
object