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

Request Body

{"username"=>"<string>", "password"=>"<string>", "type"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;data&quot;:{&quot;available&quot;:&quot;250&quot;,&quot;used&quot;:&quot;0&quot;},&quot;message&quot;:&quot;DESCR = Marche per J0xxxx57; disponibili 250 consumate 0&quot;,&quot;success&quot;:true,&quot;error&quot;:null}