How can I look up a specific user's data?
Note: The user ID set in the PartnerParams JSON must be unique. It is used to connect future jobs to the correct user. Using this user ID you are able to check the state of that user in our system and retrieve a list of the outcomes of actions they have taken in our system.
This is done by making a call to:
POST https://[env].smileidentity.com/api/v2/partner/enrollee/info
Where [env]
is either "portal" or "prod"
“portal” (test environment) - "https://portal.smileidentity.com/api/v2/partner/enrollee/info"
“prod” (production environment) - "https://prod.smileidentity.com/api/v2/partner/enrollee/info"
With a JSON body shown below:
Example response:
PreviousWhy are some of my bank verification requests returning 'ID authority unavailable'?NextSelfie best-practices
Last updated