Retrieve a list of child charges for the authenticated organization
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.
GET
/api/v1/test
curl \
-X GET https://ark.collegecanine.com/api/v1/test
Response examples (200)
[
{
"id": "string",
"organizationId": "string",
"isCheck": true
}
]