Pulse IntelligenceAPI Docs

Get a company dossier

Return the full picture for a single company: overview, financials, recent news, and related mining assets.

GET
/v1/companies/{id}/dossier/

Authorization

apiKeyAuth
AuthorizationBearer <token>

Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.

In: header

Path Parameters

id*integer

Company id.

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/companies/0/dossier/"
{  "overview": {    "property1": null,    "property2": null  },  "financials": {    "property1": null,    "property2": null  },  "recent_news": [    {      "property1": null,      "property2": null    }  ],  "mining_assets": [    {      "property1": null,      "property2": null    }  ]}