---
title: "Get Membership Commitment Time Units"
method: GET
path: "/memberships/commitment-time-units"
tags: ["Membership Commitment Time Unit"]
---

# Get Membership Commitment Time Units

`GET /memberships/commitment-time-units`

Gets a list of Membership Commitment Time Units. These are used as the Commitment Lengths and Payment Intervals for Payment Schedules/Payment Schedule Templates.

## Query parameters

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

## Headers

- `x-api-key` string, required

## Response `200`

Commitment Time Unit Data

- ResponseCommitmentTimeUnits — List of Commitment Time Units
  - `commitment_time_units` CommitmentTimeUnitAPI[] — Commitment Time Unit Data
    - `commitment_time_unit_id` integer — Commitment Time Unit Id
    - `commitment_time_unit_singular_plural` string — Commitment Time Unit Singular Plural
    - `commitment_time_unit_singular` string — Signular version of the Commitment Time Unit
    - `commitment_time_unit_plural` string — Pluralized version of the Commitment Time Unit
  - `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)
