GET
/
company
/
{company_id}
/
alternative_names
{
  "id": 20312,
  "results": [
    {
      "name": "TPC",
      "type": ""
    },
    {
      "name": "Three Point Capital",
      "type": ""
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
string
required

Response

200 - application/json

Fetch alternative names

id
number
Example:

20312

results
object[]
Example:
[
{ "name": "TPC", "type": "" },
{ "name": "Three Point Capital", "type": "" }
]