Your user
List your organizations
List the paginated details of your organizations.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The index of the page.
Required range:
x > 1
The maximum size of the pages.
Required range:
1 < x < 50
The criteria used to sort the organizations.
Available options:
handle
, createdAt
The term used to search the organizations by handle or alias.
The term used to search data after or equal to the specified date.
The term used to search data before or equal to the specified date.
Response
200 - application/json
The alias of the organization.
The date and time when the organization was created.
The handle of the organization. Is unique.
The UUID of the organization. Is unique.
The number of members of the organization.
The number of spaces of the organization.