---
title: "Get a Membership Hold Reason by Id"
method: GET
path: "/memberships/holds/reasons/{hold_reason_id}"
tags: ["Membership Hold Reason"]
---

# Get a Membership Hold Reason by Id

`GET /memberships/holds/reasons/{hold_reason_id}`

Gets a  Membership Hold Reason by Id.

## Path parameters

- `hold_reason_id` integer, required

## Headers

- `x-api-key` string, required

## Response `200`

Hold Reason Data

- HoldReasonAPI — memberPlan Hold Reason
  - `hold_reason_id` integer — Identifies the hold reason.
  - `hold_reason` string — Hold reason.
  - `is_in_use` boolean — the IsActivce column
  - `order` integer — order
  - `created` 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.

---

[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)
