Get a company dossier
Return the full picture for a single company: overview, financials, recent news, and related mining assets.
Authorization
apiKeyAuth Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.
In: header
Path Parameters
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 } ]}POSTSearch companies
Screen mining companies by a curated set of filterable fields — commodities, geography, exchange listings, market cap, and more. Returns matching companies with the requested columns, or a default column set if none are requested.
POSTSearch mining assets
Screen mining assets — projects, deposits, mines, and facilities — by a curated set of filterable fields such as commodity, geography, and lifecycle stage. Returns matching assets with the requested columns, or a default column set if none are requested.