v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-013593344.3 KB
Users
Organizations

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.

get/organizations

Query parameters

limitnumber

Maximum number of results to return.

Maximum number of results to return.

offsetnumber

Offset for pagination.

Offset for pagination.

pagenumber

Page number (used to derive offset = (page-1)*limit).

Page number (used to derive offset = (page-1)*limit).

Response

Organizations retrieved successfully

idstring required

The Greenflash organization ID.

externalIdstring

Your external organization ID.

namestring

The organization name.

propertiesobject required

Custom organization properties.

createdAtstring date-time

When the organization was first created.

updatedAtstring date-time

When the organization was last updated.