cURL
curl --request GET \ --url 'https://partner-api.ochy-prod.com/subjects?apiKey='
{ "subjects": [ { "id": "550e8400-e29b-41d4-a716-446655440000", "email": "runner@example.com", "name": "Jane Smith", "height": 1.72, "weight": 62, "created_at": "2025-03-20T15:30:00Z" } ], "count": 1 }
Retrieve all subjects belonging to the authenticated partner. Soft-deleted subjects are excluded.
Your API key, passed as a query parameter on every request.
List of subjects.
Show child attributes
5