---
title: "GET /gift-cards/{code}/erp"
method: GET
path: "/gift-cards/{code}/erp"
---

# GET /gift-cards/{code}/erp

`GET /gift-cards/{code}/erp`

## Path parameters

- `code` string, required

## Response `200`

getErpGiftCard 200 response

- ErpGiftCard — Represents a gift card in our ERP system.
  - `code` string, required
  - `amount` number, required
  - `amountRemaining` number, required
  - `created` string, date, required
  - `createdByStore` string, required
  - `createdByReceipt` string, required
  - `expiry` string, date, nullable, required
  - `applied` string, date, nullable, required
  - `appliedByReceipt` string, nullable, required
  - `isApplied` boolean, required
  - `contact` string, required

---

[API](https://skmtc.dev/mamaearth/apis/mama-earth-api.md) · [All operations](https://skmtc.dev/mamaearth/apis/mama-earth-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mamaearth/mama-earth-api/revisions/42b90383d711/schema)
