GET
/
getUsageInfo
curl --request GET \
  --url https://toolip.io/api/v1/getUsageInfo \
  --header 'Content-Type: <content-type>' \
  --header 'authorization: <api-key>'
{
  "used": 123,
  "limit": 123
}

Authorizations

authorization
string
header
required

Use the format: Basic <YOUR_API_TOKEN>

Headers

Content-Type
string
default:application/json
required

Query Parameters

zoneId
string
required

Identifier of the zone

authtoken
string
required

Insert your API Token

Response

200 - application/json
Zone usage information
used
number
limit
number