Logo
Openapi.it Public API Documentation

{{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 }



Curl
curl -X POST 'baseUrl/check_lotto' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"username":"\u003cstring\u003e","password":"\u003cstring\u003e","type":"\u003cstring\u003e"}'

ENDPOINTS