POST api/appcenter/identify
Mobile devices identification
Request Information
URI Parameters
None.
Body Parameters
Device Id and OS Type
Name | Description | Type | Additional information |
---|---|---|---|
OSType |
OS type (Android or iOS) |
string |
None. |
DeviceId |
Guid generated on device side |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "osType": "sample string 1", "deviceId": "sample string 2" }
Response Information
Registration is successful
Response Formats
application/json, text/json
Sample:
true