curl --request GET \ --url 'https://sandbox.connect.hopae.com/api/v1/verifications/{verificationId}' \ --user '{clientId}:{clientSecret}'
{ "verificationId": "058ff1aa613a40a883d367a07d7b3713", "status": "completed", "providerId": "bankidse", "authorizationCode": "auth_xyz", "verifiedAttributes": { "name": "John Doe", "personalNumber": "198001011234" }, "expiresAt": "2025-08-06T12:00:00Z", "verifiedAt": "2025-08-06T11:30:00Z" }
Basic <base64(clientId:clientSecret)>
5SZdu0fn
Show Properties