GET
/
api
/
v1
/
companies
/
{id}
Get company by ID
curl --request GET \
  --url https://rest-api.captide.co/api/v1/companies/{id} \
  --header 'X-API-Key: <api-key>'
{
  "id": "77848abe-a215-41b7-8950-86e89ea1fadc",
  "name": "Santos",
  "tickers": [
    "STO.AX"
  ],
  "countries": [
    "AU"
  ],
  "filesWithSec": false
}

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

Response

200
application/json

Successful company retrieval

Response model for company list results.