Device Status API
The API tells you whether the device is ready to start generating invoices or not
Request Method
GET
Request Path
{{API_URL}}/api/v1/device_status/Request Headers
Parameter
Value
Description
Productid
einvoicing_global
Keep as is
Request Params
NONE
Responses
200 (OK)
{
"message" : "Device is ready",
"success": true
"data": {}
}500 (Server Error)
503 (Service Unavailable)
Last updated