Retrieve child organizations for the authenticated organization
Returns a list of child organizations under the authenticated user's organization. The user must be authenticated.
GET
/api/v1/organization
curl \
--request GET https://ark.collegecanine.com/api/v1/organization
Response examples (200)
[
{
"id": "string",
"name": "string",
"parentId": "string"
}
]