Skip to main content
GET
/
api
/
v1
/
billing
/
usage
Get usage summary
curl --request GET \
  --url https://api.logfleet.io/api/v1/billing/usage \
  --header 'Authorization: Bearer <token>'
{
  "period_start": "2023-11-07T05:31:56Z",
  "period_end": "2023-11-07T05:31:56Z",
  "totals": {}
}

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login

Query Parameters

start
string<date-time>
end
string<date-time>

Response

Usage summary

period_start
string<date-time>
period_end
string<date-time>
totals
object