---
title: "Changes to Get program member"
method: GET
path: "/v2/loyalties/programs/{programId}/members/{memberId}"
---

# Changes to Get program member

`GET /v2/loyalties/programs/{programId}/members/{memberId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 4 of 62 revisions.

- **2026-07-31** (v2) `e9b432b0cdf2` — 2 warning
- **2026-07-17** (v2) `4cbaee5a82d5` — 7 info
- **2026-07-17** (v2) `34cdf892eecb` — 1 breaking
- **2026-07-06** (v2) `341403eb19e5` — 9 breaking, 4 warning, 6 info

## Changes

- **2026-07-31** (v2) `e9b432b0cdf2` — 2 warning
  - deleted the `path` request parameter `memberId`
  - deleted the `path` request parameter `programId`
- **2026-07-17** (v2) `4cbaee5a82d5` — 7 info
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `409`
  - added the optional property `resource_id` to the response with the `404` status
  - added the optional property `resource_id` to the response with the `500` status
  - added the optional property `resource_type` to the response with the `404` status
  - added the optional property `resource_type` to the response with the `500` status
  - response property `allOf[subschema #2]/cards` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
- **2026-07-17** (v2) `34cdf892eecb` — 1 breaking
  - removed the required property `allOf[subschema #2]/cards/oneOf[subschema #1]/items/tier_progress` from the response with the `200` status
- **2026-07-06** (v2) `341403eb19e5` — 9 breaking, 4 warning, 6 info
  - added the pattern `^lmbr_[a-f0-9]+$` to the `path` request parameter `memberId`
  - added the pattern `^lprg_[a-f0-9]+$` to the `path` request parameter `programId`
  - the response property `code` became optional for the status `404`
  - the response property `code` became optional for the status `500`
  - the response property `key` became optional for the status `404`
  - the response property `key` became optional for the status `500`
  - the response property `message` became optional for the status `404`
  - the response property `message` became optional for the status `500`
  - response property `allOf[subschema #2]/cards` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - removed the optional property `resource_id` from the response with the `404` status
  - removed the optional property `resource_id` from the response with the `500` status
  - removed the optional property `resource_type` from the response with the `404` status
  - removed the optional property `resource_type` from the response with the `500` status
  - api operation id `getMember` removed and replaced with `getProgramMember`
  - added `#/components/schemas/Member` to the response body `allOf` list for the response status `200`
  - removed `#/components/schemas/MemberResponse` from the response body `allOf` list for the response status `200`
  - added the non-success response with the status `400`
  - added the non-success response with the status `409`
  - the response property `allOf[subschema #2]/cards` became required for the status `200`

---

[Operation](https://skmtc.dev/voucherifyio/apis/voucherify-loyalty-v2-api/docs/v2/loyalties/programs/:programId/members/:memberId/get.md) · [API](https://skmtc.dev/voucherifyio/apis/voucherify-loyalty-v2-api.md) · [Page](https://skmtc.dev/voucherifyio/apis/voucherify-loyalty-v2-api/changes/v2/loyalties/programs/:programId/members/:memberId/get)
