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
Key | Datatype | Required | Description |
---|---|---|---|
device_type | string | (Required) The type of device operating system that user is using to register with. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-User-Identity | string | JWT token for session validation. Returned as response header in previous API calls with key X-User-Identity. | |
Accept | string |
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"}]}