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
}
Was this page helpful?