cURL
curl --request GET \ --url 'https://api.themoviedb.org/3/company/{{company_id}}/alternative_names' \ --header 'Authorization: Bearer <token>'
{ "id": 219390, "results": [] }
This endpoint gets the company details by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Alt Names Example
219390
[]