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: 355805d8-b4db-455b-9167-9e87e2c4e3a3
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"
}