Skip to main content
GET
/
api
/
v1
/
billing
/
period
Get current billing period
curl --request GET \
  --url https://api.logfleet.io/api/v1/billing/period \
  --header 'Authorization: Bearer <token>'
{
  "organization_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "start_date": "2023-11-07T05:31:56Z",
  "end_date": "2023-11-07T05:31:56Z",
  "status": "<string>"
}

Authorizations

Authorization
string
header
required

JWT token obtained from /auth/login

Response

Billing period

organization_id
string<uuid>
start_date
string<date-time>
end_date
string<date-time>
status
string