cURL
curl --request GET \ --url https://toolip.io/api/v1/getUsageInfo \ --header 'Content-Type: <content-type>' \ --header 'authorization: <api-key>'
{ "used": 123, "limit": 123 }
Get usage metrics tied to a selected zone.
Use the format: Basic <YOUR_API_TOKEN>
Identifier of the zone
Insert your API Token
Zone usage information
The response is of type object.
object
Was this page helpful?