Retrieve the device billing status. Only partners can make this call.
Successful operation
Bad request error
Unauthorized error
Forbidden error
Not found error
Internal server error
curl -i -X GET \ https://api-prod.surfsight.net/v2/devices/:imei/billing-status \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37",
- "data": {
- "imei": "357660101000198",
- "billingStatus": "suspended"
}
}