/solves
get
Returns the number of remaining solves/credits for the user
Header parameters
X-API-KeyanyRequired
API Key
Responses
200
OK
application/json
401
Unauthorized or Invalid API Key
application/json
500
Internal server error
application/json
get
GET /user/solves HTTP/1.1
Host: api.antibotaio.dev
Accept: */*
{
"credits": 1
}
Last updated