Get User Digital Identity Images
β
Overview and Workflow
Goal:
To retrieve a user's Digital Identity Images securely using admin access.
1- List the images URLs
π Requires: Admin Access Token (with "Requests" permission)
Purpose: Fetches metadata (filenames + transaction ID) for 3 identity-related images:
Front of ID
Back of ID
Liveness (face) image
Input:
emailOrPhoneNumberquery parameterResponse: URLs that reference images hosted on the API, built using
fileNameandtransactionId
get
Query parameters
emailOrPhoneNumberstringOptional
Responses
200
Success
get
/api/DigitalIdentity/GetUserDigitalIdentityImages200
Success
2- Retrieve a specific image
π Requires: Admin Access Token
Purpose: Given a
transactionIdandfileNamefrom step 1, returns the base64 representation of the requested image.Input:
TransactionId: GUIDFileName: Filename of the image
Response: Base64 string of the image
get
Query parameters
TransactionIdstringOptional
FileNamestringOptional
ImpersonatedTenantIdinteger Β· int32Optional
LogIdstringOptional
Responses
200
Success
get
/api/DigitalIdentity/GetStepImage200
Success
Last updated