6.3. PSU identification Retrieval
6.3.1.1. Request
GET http://localhost:18080/v1/end-user-identity
6.3.1.2. No specific headers
6.3.1.3. No body data
6.3.2. Response
Status code: 200
6.3.2.1. Headers
X-Request-Id: 0354c088-c37b-41b2-979c-4be270b1849c
Keep-Alive: timeout=60
Connection: keep-alive6.3.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.
{
"identity" : { "fullName" : "Mme Cécile Dupond", "namePrefix" : "MADM",
"firstName" : "Cécile", "lastName" : "Dupond","_links" : {
"self" : { "href" : "v1/end-user-identity","accounts" : { "href" : "/v1/accounts","consents" : { "href" : "/v1/consents","trustedBeneficiaries" : {
"href" : "/v1/trusted-beneficiaries"
}