COMPANY
Alternative Names
This endpoint retrieves a list of alternative names associated with a specific company.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A unique identifier assigned to a company.
Example:
""
Response
200 - application/json
alternative names
the unique identifier of the company.
Example:
3268
This section contains an array of objects representing different names associated with the company.
Example:
[
{ "name": "Home Box Office", "type": "" },
{
"name": "Home Box Office (HBO)",
"type": ""
},
{ "name": "HBO Entertainment", "type": "" }
]