v2
latestOpenAPI 3.1.02026-08-01244220427.0 KBGift Cards
Getnetworkoverview
Network Overview
Returns aggregate statistics across the entire gift card network (all programs and merchants). Intended for network-admin and reporting dashboards.
Groups card counts and transaction volumes by merchant, and returns overall totals.
Status Codes:
- 200: Overview returned successfully
- 401: Unauthorized
- 403: Forbidden (caller is not a network admin)
get/v2/giftcards/network/overview
Query parameters
programIdstring
Example:5eb7cf5a86d9755df3a6c593
cardIdstring
Example:5eb7cf5a86d9755df3a6c593
Headers
X-Eposn-Customer-Tokenstring nullable
X-Eposn-Merchant-Tokenstring nullable
Response
Successful Response
Example response
{
"merchantBreakdowns": [
{
"merchantId": "5eb7cf5a86d9755df3a6c593"
}
]
}