Pulse IntelligenceAPI Docs

Get a mining asset dossier

Return the full picture for a single mining asset: overview, recent news, and recent drilling results.

GET
/v1/mining-assets/{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

Mining asset id.

Response Body

application/json

application/json

application/json

application/json

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