Provide SDK with configurations based on OS Type.

GET {{baseUrl}}/user-profiles/:user_profile_id/mobileids/configurations?device_type=ANDROID

This endpoint returns configurations based on the OS Type to the SDK.

Request Params

KeyDatatypeRequiredDescription
device_typestring(Required) The type of device operating system that user is using to register with.

HEADERS

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

RESPONSES

status: OK

{"messageLevelEncryption":false,"baseUrl":"https://api.app.dev.0.stc.us.idemia.io","apiKey":"2b6e3ff2-ecd0-4c66-8a5e-716dae42a5d9","otpHost":"mid-dev.idemia.com","certificatePins":[{"domain":"api.app.dev.0.stc.us.idemia.io","publicKeyHash":"sha256/K6ejhsw"},{"domain":"api.app.dev.0.stc.us.idemia.io","publicKeyHash":"sha256/K6ejhsw"}]}