{{baseUrl}}/counters/month/:month
GET {{baseUrl}}/counters/month/:month
Get your usage stats by scope
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"data": {
"GET:europeanvat.openapi.it/companies": {
"counter": 14,
"paid": 0,
"limit": 1500
},
"POST:compravenditeimmobiliari.openapi.it/search": {
"counter": 100,
"paid": 90,
"limit": 10
}
},
"success": true,
"message": "",
"error": null
} |
ENDPOINTS