cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/company/{{company_id}}' \ --header 'Authorization: Bearer <token>'
{ "description": "", "headquarters": "Los Gatos, California", "homepage": "https://www.netflix.com", "id": 178464, "logo_path": "/tyHnxjQJLH6h4iDQKhN5iqebWmX.png", "name": "Netflix", "origin_country": "US", "parent_company": null }
This endpoint allows you to retrieve the details of an entertainment company by Id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
This represents the company ID. Get it here
Details
""
"Los Gatos, California"
"https://www.netflix.com"
178464
"/tyHnxjQJLH6h4iDQKhN5iqebWmX.png"
"Netflix"
"US"