get https://{server}/api/v2.1/admin/organizations/
List all the current teams (organizations) in the system.
Use the role
filter to only return a type of teams. The exact roles depend on your configuration.
Response
List all the current teams (organizations) in the system.
Use the role
filter to only return a type of teams. The exact roles depend on your configuration.
xxxxxxxxxx
curl --request GET \
--url https://cloud.seatable.io/api/v2.1/admin/organizations/ \
--header 'accept: application/json'
Try It!
to start a request and see the response here! Or choose an example: