# Get all identity verifications Returns all identity verifications performed by the subject Endpoint: GET /v1/sessions/{sessionId}/identity-verifications 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. - `identityVerifications` (array,null) List of identity verification items retrieved for the Data Subject. - `identityVerifications.id` (string, required) Unique identifier of the identity verification record. - `identityVerifications.verificationTimeUtc` (string, required) UTC timestamp when the identity verification took place. - `identityVerifications.sourceId` (string,null, required) Identifier of the source system that performed the verification. - `identityVerifications.method` (string, required) Method used to verify the customer's identity. Enum: "UNKNOWN", "IDENTIFICATION", "VALIDATION" - `identityVerifications.capturedImagesCount` (integer, required) Number of images captured during the identity verification process. ## 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