π±Check Device IMIE
post
Authorizations
Header parameters
Accept-LanguageStringOptional
AuthorizationstringOptional
ex: Bearer
Body
imeistring | nullableOptional
isFromWebbooleanOptional
Responses
200
Success
400
Bad Request
post
POST /api/v1/authentication/CheckDevice/CheckDeviceInfo HTTP/1.1
Host:
Authorization: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 32
{
"imei": "text",
"isFromWeb": true
}
{
"status": 0
}
Last updated