Account
Bing
Brave
Chewy
Github
Homestra
Indeed
Linkedin (advanced)
Linkedin (basic)
Product Hunt
Seloger
Trustpilot
Vinted
Walmart
Wellfound
Account
Usage
Get usage information for your account.
GET
/
api
/
usage
curl --request GET \
--url https://piloterr.com/api/usage \
--header 'x-api-key: <x-api-key>'
{
"plan": "API",
"remaining": "58485"
}
Header
This parameter specifies the private key you’ll need for Piloterr access.
Response
Plan name
Remaining credits
{
"plan": "API",
"remaining": "58485"
}
Was this page helpful?
curl --request GET \
--url https://piloterr.com/api/usage \
--header 'x-api-key: <x-api-key>'
{
"plan": "API",
"remaining": "58485"
}