Checks user eligibility to register with mobile id and creates a registration record.

POST {{baseUrl}}/user-profiles/:user_profile_id/mobileid-registrations

This endpoint starts the process for user to perform mobile id registration.

Request Body

{"countryCode"=>"US", "userConsent"=>"ACCEPT", "pds"=>"ZGZnZGVmZ2RnZGVnZXJnZXJncmRnZXJ5aGdld3J0eWJld3J5dHdleXd5d3l3cmFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFh", "deviceType"=>"ANDROID", "deviceOS"=>"iOS16", "sdkVersion"=>"2.3.0"}

HEADERS

KeyDatatypeRequiredDescription
X-User-IdentitystringJWT token for session validation. Returned as response header in previous API calls with key X-User-Identity.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"transactionId":"1ec14310-e85c-11ea-adc1-0242ac120002","registrationId":"1ec14310-e85c-11ea-adc1-0242ac120003","status":"PENDING"}