6.4. Account Owners Identities Retrieval
6.4.1.1. Request
GET http://localhost:18080/v1/accounts/account_rsc1/owners
6.4.1.2. No specific headers
6.4.1.3. No body data
6.4.2. Response
Status code: 200
6.4.2.1. Headers
X-Request-Id: 625347ef-1d3c-44e1-ae98-2297df146d7d
Keep-Alive: timeout=60
Connection: keep-alive6.4.3. Body
{
"identities": [
{
"fullName": "Mme Cécile Dupond",
"namePrefix": "MADM",
"firstName": "Cécile",
"lastName": "Dupond"
},
{
"fullName": "M. Balthazar Dupond",
"namePrefix": "MIST",
"firstName": "Balthazar",
"lastName": "Dupond"
}
],
"_links": {
"self": {
"href": "/v1/accounts/account_rsc1/owners"
},
"parent-list": {
"href": "/v1/accounts"
},
"balances": {
"href": "/v1/accounts/account_rsc1/balances"
},
"transactions": {
"href": "/v1/accounts/account_rsc1/transactions"
},
"overdrafts": {
"href": "/v1/accounts/account_rsc1/overdrafts"
}
}
}