get https://hover.to/api/v2/orgs/administered
This endpoint returns the current Hover Organization Tree in which the authenticated org exists. The ancestral name (parent organization) and current organization names are denoted by dashes in the dashed_ancestral_name
.
Response Code Snippet
[
{
"id": 12345,
"dashed_ancestral_name": "Parent Org - Sub Org 1"
}
]