v1
latestOpenAPI 3.1.02026-07-226250251.5 KBCatalogue
List Source of Wealth
Retrieve a list of available source of wealth options
get/v1/source-of-wealth
Query parameters
per_pageinteger
Number of items to return per page
current_pageinteger
The page number to retrieve
type'INDIVIDUAL' | 'BUSINESS' required
Filter source of wealth by type
Response
List of source of wealth retrieved successfully
Example response
{
"data": {
"pagination": {
"current_page": 1,
"per_page": 10,
"total_page": 1,
"total": 10
},
"source_of_wealth": [
{
"id": 1,
"title": "Business dividends or profits"
}
]
}
}