Retrieve the billing status of all devices in an organization. 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/organizations/:orgId/devices/billing-status?offset=1&limit=1' \ -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
{- "data": [
- {
- "imei": "357660101000198",
- "billingStatus": "suspended"
}
], - "metadata": {
- "count": 56,
- "limit": 60,
- "offset": 10
}, - "requestId": "df5fg-45fgfdsg-45fg-45454"
}