Interview
Fetch device info
Fetch information about device user was using during onboarding
get/omni/get/device-info
Query parameters
idstring
Represents interview id for which device data are requested. If it is not present it will be read from token.
returnDataboolean
If it is set to true, string representation of map which contains all data that enters the hash will be returned.
Headers
api-versionstring required
Response
OK
Example response
{
"getmAdminArea": "CA",
"getmSubAdminArea": "Santa Clara",
"getmSubLocality": "Mission District",
"getmCountryCode": "US",
"getmCountryName": "United States",
"hostingApp": "Onboarding"
}