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: 360b0509-3ba8-47fb-a6a6-1862f7e127ea
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","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" } } }