Organizations
Organizations define the company context for API activity. Use organization endpoints to inspect the account associated with the current credential.
GET
/v1/organizationsList Organizations
Lists organizations available for driver onboarding and organization selection.
Query parameters
limitintegeroptionalMaximum number of organizations to return.
with_driver_onboardbooleanoptionalIncludes organization driver-onboarding data when available.
GET
/v1/organizationscurl https://api.fleetbase.io/v1/organizations?limit=10&with_driver_onboard=false \
-H "Authorization: Bearer flb_live_…"