List Organizations
Browse through all the organizations (companies, teams, etc.) in your workspace. Search for specific organizations or paginate through the full list. Perfect for building admin dashboards or organization management interfaces.
The response includes a Link header with URLs for next/previous pages, making pagination straightforward.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Maximum number of results to return.
1 <= x <= 100Offset for pagination.
x >= 0Page number (used to derive offset = (page-1)*limit).
x >= 1Response
Organizations retrieved successfully
The Greenflash organization ID.
Custom organization properties.
Your external organization ID.
The organization name.
When the organization was first created.
When the organization was last updated.

