customers
List Customer Account Ownerships
Retrieve the account ownerships for a customer.
get/customers/{id}/account-ownerships
Path parameters
idstring required
Response
OK
Example response
[
{
"customer": {
"date_of_birth": "1988-04-12T00:00:00Z",
"risk_score": "42.50"
}
}
]