Retrieve billing status

Retrieve the billing status of the provided devices or organization.

Request
Security:
Request Body schema: application/json
One of:
imeis
required
Array of strings (IMEI) [ 1 .. 200 ] items unique

The array of IMEIs

Responses
200

Successful operation

400

Bad request error

401

Unauthorized error

403

Forbidden error

404

Not found error

423

Locked error

500

Internal server error

post/devices/auxiliary-cameras/billing-status
Request samples
application/json
{
  • "imeis": [
    ]
}
Response samples
application/json
{
  • "devices": [
    ],
  • "requestId": "06327cae-e075-42ca-b620-c5cfdd3b4e37"
}