# Retrieve a list of child charges for the authenticated organization **GET /api/v1/test** Returns a list of charges associated with the authenticated organization where `isCheck` is set to true. The user must be authenticated as an organization to access this data. ## Servers - Production server for Ark API: https://ark.collegecanine.com (Production server for Ark API) ## Parameters ## Responses ### 200 A list of child charges was successfully retrieved #### Body: application/json (array[object]) - **id** (string) Unique identifier of the charge - **organizationId** (string) Identifier of the organization the charge belongs to - **isCheck** (boolean) Indicates if the charge is marked with `isCheck` ### 401 Not authenticated. The user must be logged in to access this endpoint. [Powered by Bump.sh](https://bump.sh)