curl --request GET \
--url https://api.yertle.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>",
"is_public": false,
"role": "owner",
"member_count": 123,
"node_count": 123,
"root_node_id": "<string>"
}Get organization details.
curl --request GET \
--url https://api.yertle.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>",
"is_public": false,
"role": "owner",
"member_count": 123,
"node_count": 123,
"root_node_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.yertle.com/llms.txt
Use this file to discover all available pages before exploring further.
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)
Whether the org is published for anonymous read
Current user's role
owner, editor, viewer Number of members
Number of nodes
ID of the organization's root node