πŸ“±#10 Device Info

#10.1 Insert Device Info :

This API is to add client's mobile device info.

Deprecated
post
Authorizations
Body
deviceModelstring | nullableOptional

Client's mobile device model

Example: iPhone 8 Plus
manufacturerNamestring | nullableOptional

Client's mobile manufacturer name

Example: Apple
imeistring | nullableOptional

Client's mobile imei

Example: EFF71C0C-2F53-4E1C-85C6-B067889F4805
defaultPayLoadobject | nullableOptional

Organization can add custom json object related to client and received it at call back object

Example: {"key1":"value1", "key2":"value2"}
Responses
200

Success

No content

post
POST /Onboarding/api/v1/onboarding/DeviceInfo HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 166

{
  "deviceModel": "iPhone 8 Plus",
  "manufacturerName": "Apple",
  "imei": "EFF71C0C-2F53-4E1C-85C6-B067889F4805",
  "defaultPayLoad": "{\"key1\":\"value1\", \"key2\":\"value2\"}"
}

No content

Last updated