---
title: "Get Clients"
method: GET
path: "/clients"
tags: ["Client"]
---

# Get Clients

`GET /clients`

Get a list of Clients.

## Query parameters

- `sort` string
- `page` integer
- `page_size` integer

## Headers

- `x-api-key` string, required

## Response `200`

Client Data

- ResponseClients — Returns a list of Clients
  - `clients` ClientsResponse[]
    - `id` integer — ClientId
    - `first_name` string — Client&#39;s First Name
    - `last_name` string — Client&#39;s Last Name
    - `email` string — Clien&#39;ts Email Address
    - `phone_number` string — Client&#39;s Phone Number
    - `client_status_id` integer — Client&#39;s Status Id
    - `client_status` string — Client&#39;s Status
    - `location_id` integer — Client&#39;s Location Id
    - `location` string — Client&#39;s Location
    - `default_program_id` integer — Default GymProgram (GymProgramId on MemberSettings table)
    - `default_program` string — Default GymProgram Label
    - `date_of_birth` string, date — Client&#39;s Date of Birth
    - `gender_id` integer — Client&#39;s Gender Id
    - `gender` string — Client&#39;s Gender
    - `street_address_1` string — Client&#39;s Street Address 1
    - `street_address_2` string — Client&#39;s Street Address 2
    - `city` string — Client&#39;s City
    - `state_id` integer — Client&#39;s State Id
    - `state` string — Client&#39;s State
    - `province` string — Client&#39;s Province
    - `zipcode` string — Client&#39;s Zipcode
    - `country_id` integer — Client&#39;s Country Id
    - `country` string — Client&#39;s Country
    - `timezone_id` integer — Client&#39;s TimeZone Id
    - `timezone` string — Client&#39;s TimeZone
    - `height_measurement_1` integer — The 1st component of the user&#39;s height measurement. (Feet or meters depending on the UOM chosen).
    - `height1_system_of_measure` string — System of Measure for Height 1
    - `height_measurement_2` integer — The 2nd component of the user&#39;s height measurement. (Inches or centimeters depending on the UOM chosen).
    - `height2_system_of_measure` string — System of Measure for Height 2
    - `weight` number — Client&#39;s Weight
    - `weight_system_of_measure` string — Customer&#39;s system of measurement for weight and height.
    - `is_email_subscribed` boolean — Determines if the Client is subscribed to receive emails
    - `is_sms_subscribed` boolean — Determines if the Client is subscribed to receive SMS
    - `tags` string[] — Client&#39;s Tags
    - `created_on` Created — Record creation data.
      - `created_by_id` integer — Unique ID of the user that created the record.
      - `created_by` string — Name of the user that created the record.
      - `created_on_datetime` string, date-time — Datetime on which the record was created.
    - `updated` Updated — Update info
      - `updated_by_id` integer — Unique ID of the user that last updated the record.
      - `updated_by` string — Name of the user that most recently updated the record.
      - `updated_on_datetime` string, date-time — Datetime on which the record was last updated.
    - `emergency_contact_name` string — Client&#39;s Emergency Contact
    - `emergency_contact_phone` string — Client&#39;s Emergency Contact Phonne Number
    - `last_attendance` string, date-time — Datetime that the Clien&#39;t last attended a class/session/appointment.
    - `days_since_last_attendance` integer — Number of days since the Client last attended
    - `member_since` string, date — The Date the Client has been a member since
    - `last_contacted` string, date — Date the Client was last contacted
    - `is_at_risk` boolean
    - `retain_snooze_until_date` string, date — Retain Snooze Until Date
    - `lead_source_id` integer — The Id of the Lead Source if the Client was converted from a Lead
    - `lead_source` string — The Lead Source if the Client was converted from a Lead
    - `referring_user_id` integer — The Id of the User that referred the Lead, if the Client was converted from a Lead
    - `referring_user` string — The Name of the User that referred the Lead, if the Client was converted from a Lead
    - `is_converted_from_lead` boolean — Indicates if the Client was converted from a Lead
    - `client_owner_id` integer — user id of client owner
    - `client_owner` string — name of client owner
    - `total_class_sign_ins` integer — Total number of Classes the Client has signed into.
    - `total_booking_sign_ins` integer — Total number of Appointment Bookings the Client has signed into.
    - `last_class_sign_in` string, date-time — Date and time of the last Class the Client has signed into.
    - `last_booking_sign_in` string, date-time — Date and time of the last Appointment Booking the Client has signed into.
    - `current_weekstreak` integer — Clients Current weekstreak
    - `highest_weekstreak` integer — Clients Highest weekstreak
    - `current_weekstreak_updatedon` string, date-time — The last time the user had their weekstreak updated on.
    - `coach_title` string — coach title
    - `coach_bio` string — coach biography html
    - `is_display_coach_on_mobile_app` boolean — Is Display On Mobile App
    - `coach_link_1_icon` string — coach link 1 icon
    - `coach_link_1_url` string — coach link 1 url
    - `coach_link_2_icon` string — coach link 2 icon
    - `coach_link_2_url` string — coach link 2 url
    - `coach_link_3_icon` string — coach link 3 icon
    - `coach_link_3_url` string — coach link 3 url
    - `coach_link_4_icon` string — coach link 4 icon
    - `coach_link_4_url` string — coach link 4 url
    - `coach_link_5_icon` string — coach link 5 icon
    - `coach_link_5_url` string — coach link 5 url
    - `next_class_reservation` string, date-time — Date and time of next (soonest in the future) Reservation in the Status of “Reserved”
    - `next_appointment_booking` string, date-time — Date and time of next (soonest in the future) Booking in the Status of “Reserved”
  - `pagination` Pagination — Pagination for API method responses.
    - `page` integer, required — Current page number.
    - `page_size` integer, required — Number of records per page.
    - `has_more` boolean, required — True if more records exist beyond the current page.

---

[API](https://skmtc.net/wodify/apis/leads.md) · [All operations](https://skmtc.net/wodify/apis/leads/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wodify/leads/revisions/974500ca0714/schema)
