List Organization Tree

Overview

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.

The first Org returned in the array is the Org you are currently authenticated to.

[
    {
        "id": 12345,
        "dashed_ancestral_name": "Parent Org - Sub Org 1"
    }
]
Language
Credentials
OAuth2
Response
Click Try It! to start a request and see the response here!