curl --request GET \
--url https://piloterr.com/api/usage \
--header 'x-api-key: <x-api-key>'
{
"plan": "API",
"remaining": "58485"
}
Get usage information for your account.
curl --request GET \
--url https://piloterr.com/api/usage \
--header 'x-api-key: <x-api-key>'
{
"plan": "API",
"remaining": "58485"
}
{
"plan": "API",
"remaining": "58485"
}
Was this page helpful?