curl --request GET \
--url https://api.yertle.com/orgs/{org_id}/nodes/directories/tree{
"directories": [
{}
],
"tree": [
{}
]
}Get hierarchical directory tree structure.
curl --request GET \
--url https://api.yertle.com/orgs/{org_id}/nodes/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.
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.