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": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.logfleet.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login

Response

Plan comparison

current_plan
string
plans
object