Header
This parameter specifies the private key you’ll need for Piloterr access.
Response
Plan name
Remaining credits
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?