cURL
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>" }
Returns the current billing period dates
JWT token obtained from /auth/login
Billing period