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