latestSwagger 2.02026-08-20196638916.1 KB
23d8982b533d
Data v2.Account
Get Account Parties
Returns accounts parties
get/data/v2/accounts/{id}/parties
Path parameters
idstring required
Account id
Response
Successful.
Example response
{
"parties": [
{
"identity": {
"name": "John Doe",
"ssn": "19670220-1234"
},
"role": "HOLDER"
}
]
}