latestOpenAPI 3.0.12026-08-108798310.5 KB
fa1a72b9ecec
Joint Accounts
Get a joint account holder's details
get/api/v2/account-holder/joint
Response
Successful operation
Example response
{
"accountHolderUid": "aabbaabb-aabb-aabb-aabb-aabbaabbaabb",
"personOne": {
"title": "Mr",
"firstName": "Dave",
"lastName": "Bowman",
"dateOfBirth": "1968-04-02",
"email": "dave.bowman@example.com",
"phone": "+447700900123"
},
"personTwo": {
"title": "Mr",
"firstName": "Dave",
"lastName": "Bowman",
"dateOfBirth": "1968-04-02",
"email": "dave.bowman@example.com",
"phone": "+447700900123"
}
}