{{baseUrl}}/check_lotto
POST {{baseUrl}}/check_lotto
This endpoint allows you to check, in relation to a specific batch, how many timestamps you have used and how many you have left
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status OK
{
"data": {
"available": "250",
"used": "0"
},
"message": "DESCR = Marche per J0xxxx57; disponibili 250 consumate 0",
"success": true,
"error": null
} |
ENDPOINTS