Skip to main content
GET
/
subjects
List subjects
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
}

Authorizations

apiKey
string
query
required

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

Response

List of subjects.

subjects
object[]
count
integer
Example:

5