/people?query=martine&limit=10Find commercially available people by name or canonical person ID.
These are different dimensions of the dataset. The 2,486 history records belong to 24 people, so record count measures historical depth rather than person coverage.
Authorization header. Do not put the key in a URL or query string.Authorization: Bearer YOUR_API_KEYSearch the commercially available package by name or canonical person ID. Search returns only people already present in the same rights-filtered dataset used by the person, ownership, and history endpoints.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://grizzlybulls.com/api/v1/wealth/people?query=martine&limit=10"curl -H "Authorization: Bearer YOUR_API_KEY" \
https://grizzlybulls.com/api/v1/wealth/people/person-22243487ff720c8acurl -H "Authorization: Bearer YOUR_API_KEY" \
https://grizzlybulls.com/api/v1/wealth/people/person-22243487ff720c8a/ownershipcurl -H "Authorization: Bearer YOUR_API_KEY" \
"https://grizzlybulls.com/api/v1/wealth/people/person-22243487ff720c8a/history?limit=25&offset=0"/people?query=martine&limit=10Find commercially available people by name or canonical person ID.
/people/{personId}Current commercially available person and ownership state.
/people/{personId}/ownershipCurrent ownership positions for the canonical person.
/people/{personId}/history?limit=25&offset=0Versioned ownership and financial-event history with source attribution.
The machine-readable contract is available at the Wealth API OpenAPI document.
effectiveAt describes when the underlying event or state applies, while version metadata describes when Grizzly Bulls recorded the knowledge.We care more about the workflow you are trying to complete than a wish list of endpoints. If you hit a blocker, include the endpoint, the job you were trying to do, and whether the missing capability prevents you from integrating.
Contact Grizzly Bulls about the Wealth API preview →