v1
latestOpenAPI 3.0.02026-07-23620132.5 KBList user organizations
Retrieves a collection of all organizations, in which the user has membership. The response contains information about the organization name, organizationId and timezoneId. You can get more data about the user organizations with specifying the cols[] query parameter.
However, the values for parameters license, serviceName and isPaused are returned only for organizations in your current Make zone.
Returned organizations are sorted by the organization name in ascending order by default. You can specify sorting order with the query parameter pg[sortBy].
Query parameters
The URL of your Make instance domain.
Make White Label product instances use the externalId parameter for security reasons. This parameter has null value in the public Make Cloud instance.
Specifies columns that are returned in the response. Use the cols[] parameter for every column that you want to return in the response. For example GET /endpoint?cols[]=key1&cols[]=key2 to get both key1 and key2 columns in the response.
Check the "Filtering" section for a full example.
The value that will be used to sort returned entities by.
The value of entities you want to skip before getting entities you need.
The sorting order. It accepts the ascending and descending direction specifiers.
Sets the maximum number of results per page in the API call response. For example, pg[limit]=100. The default number varies with different API endpoints.
Response
Successful response