Search people
Search executives and other people tracked in the platform by name.
Authorization
apiKeyAuth Organization API key, format pulse_<prefix>_<secret>. Created by an organization admin in Settings -> API Keys.
In: header
Request Body
application/json
Request shape for POST /v1/people/search, pinned to
PersonSearchViewSet.get_params (apps/public_api/api/people.py).
Response Body
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/people/search/" \ -H "Content-Type: application/json" \ -d '{}'{ "results": [ { "property1": null, "property2": null } ], "count": 0, "truncated": true}POSTSearch publications
Full-text search over company and mining-asset publications — exchange releases, company documents, and news coverage. Supports filtering by company, mining asset, content type, topic, source, and publication date.
GETList filters
Return the filterable fields and columns available for a resource — the same field set its search endpoint accepts.