curl --request GET \
--url https://api.example.com/orgs/{org_id}{
"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>"
}Get organization details.
curl --request GET \
--url https://api.example.com/orgs/{org_id}{
"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>"
}Successful Response
Response model for organization data.
Organization ID
Organization name
URL-friendly public identifier
Creation timestamp
Last update timestamp
Organization description
Invite mode (open or restricted)
Current user's role
owner, editor, viewer Number of members
Number of nodes
ID of the organization's root node