Skip to main content
GET
/
api
/
v1
/
billing
/
plans
Get plan comparison
curl --request GET \
  --url https://api.logfleet.io/api/v1/billing/plans \
  --header 'Authorization: Bearer <token>'
{
  "current_plan": "<string>",
  "plans": {}
}

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login

Response

Plan comparison

current_plan
string
plans
object