Skip to main content
GET
/
orgs
/
all
/
directories
/
tree
Get All Orgs Directory Tree
curl --request GET \
  --url https://api.yertle.com/orgs/all/directories/tree
{
  "directories": [
    {}
  ],
  "tree": [
    {}
  ]
}

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.

Headers

authorization
string | null

Query Parameters

root
string
default:/

Root path to start tree from

Response

Successful Response

Response for directory tree endpoints.

directories is used by the all-orgs tree variant; tree is used by the per-org tree variant. Exactly one is populated per endpoint.

directories
Directories · object[] | null

Flat directory entries across orgs

tree
Tree · object[] | null

Hierarchical directory tree for a single org