curl --request GET \
--url https://api.yertle.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>",
"is_public": false,
"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.yertle.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>",
"is_public": false,
"role": "owner",
"member_count": 123,
"node_count": 123,
"root_node_id": "<string>"
}
],
"total": 123
}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.