Skip to main content
GET
/
subjects
/
{subject_id}
Get subject
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"
}

Authorizations

apiKey
string
query
required

Your API key, passed as a query parameter on every request.

Path Parameters

subject_id
string
required

Subject ID.

Response

Subject details.

id
string
Example:

"550e8400-e29b-41d4-a716-446655440000"

email
string
Example:

"runner@example.com"

name
string
Example:

"Jane Smith"

height
number

Subject height in meters.

Example:

1.72

weight
number

Subject weight in kilograms.

Example:

62

created_at
string<date-time>
Example:

"2025-03-20T15:30:00Z"