---
title: "Retrieve points expiry schedule of a group"
method: GET
path: "/userGroup2/pointsExpirySchedule"
---

# Retrieve points expiry schedule of a group

`GET /userGroup2/pointsExpirySchedule`

This API allows you to retrieve the points expiry schedule of a specific group.

## Query parameters

- `externalId` string
- `type` string
- `startDate` string
- `endDate` string
- `getDataForAllPrograms` boolean
- `fetchEarliestExpiryOnly` string

## Response `200`

200

- object
  - `expirySchedules` object[]
    - `points` integer
    - `expiryDate` string
    - `programId` integer
    - `pointsType` string
    - `expiryType` string
  - `warnings` unknown[]
    - unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/capillarytech/apis/sample-api.md) · [All operations](https://skmtc.net/capillarytech/apis/sample-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/capillarytech/sample-api/revisions/de241f2ed9b3/schema)
