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
Note: this body was extracted from a PDF that lost some structural separators (braces / commas). Refer to the source PDF for the canonical JSON.
{
- "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","href" : "/v1/accounts"
}, "balances" : { "href" : "/v1/accounts/account_rsc1/balances" }, "transactions" : { "href" : "/v1/accounts/account_rsc1/transactions" }, "overdrafts" : { "href" : "/v1/accounts/account_rsc1/overdrafts" } } }