Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
{
"id": 20312,
"results": [
{
"name": "TPC",
"type": ""
},
{
"name": "Three Point Capital",
"type": ""
}
]
}
This endpoint allows you to fetch alternative names for a company.
{
"id": 20312,
"results": [
{
"name": "TPC",
"type": ""
},
{
"name": "Three Point Capital",
"type": ""
}
]
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.