# Retrieve child organizations for the authenticated organization **GET /api/v1/organization** Returns a list of child organizations under the authenticated user's organization. The user must be authenticated. ## Servers - Production server for Ark API: https://ark.collegecanine.com (Production server for Ark API) ## Parameters ## Responses ### 200 A list of child organizations was successfully retrieved #### Body: application/json (array[object]) - **id** (string) Unique identifier of the organization - **name** (string) Name of the organization - **parentId** (string) Identifier of the parent organization ### 401 Not authenticated. The user must be logged in to access this endpoint. [Powered by Bump.sh](https://bump.sh)