Verifications
Each authorized user is assigned to a single merchant/service provider, granting the merchant access to all user verifications.
Verification Status
Status
Description
STARTED
Mobile app has invoked SehaciSDK.prepare()
IN_PROGRESS
Encrypted mDL has been sent to the Sehaci Verification Service
PASSED
Document verified and valid
FAILED
Document verification failed
List Verifications
GET /verifications
Retrieve a list of all verifications for the merchant.
Headers
Name
Value
Content-Type
application/json
X-Api-Key
API_KEY
URL Params
Name
Type
Description
page
number
Page of the list
per_page
number
Items per page
status
string
Filter by verification status
issuer
string
Filter by issuer
Response
Verification Details
GET /verification/{verification_id}
Retrieve the details of a specific verification.
Headers
Name
Value
Content-Type
application/json
X-Api-Key
API_KEY
Response
Last updated