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": "50 credits once",
"remaining": 44,
"renewal_date": null
}
Get usage information for your account.
curl --request GET \
--url https://piloterr.com/api/usage \
--header 'x-api-key: <x-api-key>'{
"plan": "50 credits once",
"remaining": 44,
"renewal_date": null
}
{
"plan": "50 credits once",
"remaining": 44,
"renewal_date": null
}
Was this page helpful?