cURL
curl --request GET \ --url 'https://partner-api.ochy-prod.com/subjects/{subject_id}?apiKey='
{ "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" }
Retrieve a single subject by ID. Returns 404 if the subject does not exist or has been soft-deleted.
Your API key, passed as a query parameter on every request.
Subject ID.
Subject details.
"550e8400-e29b-41d4-a716-446655440000"
"runner@example.com"
"Jane Smith"
Subject height in meters.
1.72
Subject weight in kilograms.
62
"2025-03-20T15:30:00Z"