---
title: "Get Analytics Overview"
method: GET
path: "/v2/giftcards/programs/{programId}/analytics/overview"
tags: ["Gift Card Analytics"]
---

# Get Analytics Overview

`GET /v2/giftcards/programs/{programId}/analytics/overview`

Return a KPI snapshot for the programme over the requested period.

Computes period-over-period deltas against the immediately preceding window
of the same duration.  Monetary values are returned as ``"0.00"`` strings to
preserve decimal precision across JSON serialisation.

## Path parameters

- `programId` string, required

## Query parameters

- `period` string, nullable
- `from` string, nullable
- `to` string, nullable
- `cardId` string

## Headers

- `X-Eposn-Customer-Token` string, nullable
- `X-Eposn-Merchant-Token` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/loyalty/apis/loyaltydog.md) · [All operations](https://skmtc.net/loyalty/apis/loyaltydog/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loyalty/loyaltydog/versions/42b7b22af2b6/schema)
