# GetPersonDetails Endpoint: GET /v1/sessions/{sessionId}/person-details Version: 1.0 Security: keycloakAuthTest, keycloakAuthLive ## Path parameters: - `sessionId` (string, required) ## Response 200 fields (application/json): - `sources` (array,null) List of Data Provider sources indicating where the response data was obtained from. - `sources.sourceId` (string,null, required) Identifier of the Data Provider that provided the information. - `sources.status` (string, required) Current status of the source Data Provider, such as successful or failed. Enum: "UNKNOWN", "SUCCESS", "ERROR", "FORBIDDEN", "UNSUPPORTED_COUNTRY", "WAITING_FOR_CUSTOMER", "WAITING_FOR_PROVIDER", "PACKAGE_UPGRADE_REQUIRED", "ID_TAX_ONLY" - `sources.countryCode` (string,null) Three-letter ISO 3166-1 alpha-3 code representing the country of the source Data Provide. - `givenNames` (array,null) Given names of the person, such as first and middle names, from various sources. - `givenNames.value` (string,null) The actual value of the field. - `givenNames.sourceIds` (array,null) List of identifiers for the sources from which the value was derived. - `familyNames` (array,null) Family or last names of the person from various sources. - `birthDates` (array,null) Birth dates of the person collected from different sources. - `personalIdentityCodes` (array,null) Country-specific PIN, NIN, or other identity codes used for uniquely identifying a person. - `telephones` (array,null) Telephone numbers associated with the person. - `emails` (array,null) Email addresses associated with the person. - `addresses` (array,null) Residential or registered addresses of the person. - `documents` (array,null) Government-issued identification documents such as passports or ID cards. - `citizenships` (array,null) ISO 3166-1 alpha-3 country codes indicating the citizenship(s) held by the data subject. - `maritalStatuses` (array,null) Marital statuses of the person (e.g., single, married). - `underageChildrenCounts` (array,null) Number of underage children associated with the person. - `educations` (array,null) Highest levels of education attained by the person. - `genders` (array,null) Gender information of the person. - `customerStatuses` (array,null) Status of the person as a customer, such as active or inactive. ## Response 400 fields (application/json): - `type` (string,null) - `title` (string,null) - `status` (integer,null) - `detail` (string,null) - `instance` (string,null) - `errors` (object,null) ## Response 401 fields ## Response 403 fields ## Response 404 fields ## Response 500 fields