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"
}
]
}Changes
No recorded changes to this endpoint across all 9 revisions of this API.