cURL
curl --request GET \ --url https://api.logfleet.io/api/v1/organization \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "slug": "<string>", "plan_tier": "free", "status": "active" }
Returns the authenticated user’s organization
JWT token obtained from /auth/login
Organization details
free
starter
professional
enterprise
active
suspended