Retrieve organization details
Retrieves details of an organization by its ID. The requesting user must be authenticated and either own the organization or be a parent organization.
Path parameters
-
The unique identifier of the organization
GET
/api/v1/organization/{id}
curl \
-X GET https://ark.collegecanine.com/api/v1/organization/{id}
Response examples (200)
{
"id": "string",
"name": "string",
"parentId": "string"
}