Individuals and Wealth Liquidity Events API

Table of contents

Query parameters

‘id’

In order to retrieve a wealth profile you need an individual’s ID obtained from the Acuris HNWI Search API. The internal ID is always prefixed by ‘prime-‘, e.g. ‘prime-000000’.

{
	{…},
	"results": [
		{
			"id": "prime-000000"
			{…},
		},
		{…}
	]
}

If the ‘prime-id’ specified in the call is not a valid individual, then the API will return ‘404 Not found’.

{"message": "Individual 'prime-000000' not found"}