curl --request GET \
--url https://api.example.com/orgs{
"organizations": [
{
"id": "<string>",
"name": "<string>",
"public_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"invite_mode": "<string>",
"role": "owner",
"member_count": 123,
"node_count": 123,
"root_node_id": "<string>"
}
],
"total": 123
}List organizations for the current user.
curl --request GET \
--url https://api.example.com/orgs{
"organizations": [
{
"id": "<string>",
"name": "<string>",
"public_id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"description": "<string>",
"invite_mode": "<string>",
"role": "owner",
"member_count": 123,
"node_count": 123,
"root_node_id": "<string>"
}
],
"total": 123
}