Skip to main content
GET
/
3
/
company
/
{company_id}
/
alternative_names
{
  "id": 192478,
  "results": [
    {
      "name": "Netflix アニメ・クリエイターズ・ベース",
      "type": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

company_id
number
required

This represents the company ID. Get it here

Response

200 - application/json

Alternative

id
number
Example:

192478

results
object[]
Example:
[
{
"name": "Netflix アニメ・クリエイターズ・ベース",
"type": ""
}
]
I