Skip to main content
GET
https://api.flystack.dev
/
v1
/
usage
Usage
curl --request GET \
  --url https://api.flystack.dev/v1/usage \
  --header 'x-api-key: <x-api-key>'
{
    "plan": "API",
    "remaining": "58485"
}

Authentication

x-api-key
string
required
Your FlyStack API token. You can create one from the dashboard (see Authentication).

Response

plan
string
Plan name
remaining
string
Remaining requests
{
    "plan": "API",
    "remaining": "58485"
}