---
title: "Get card embossing history"
method: GET
path: "/embossing/v1/cards/{cardId}/history"
tags: ["Embossing data"]
---

# Get card embossing history

`GET /embossing/v1/cards/{cardId}/history`

Retrieve a card's embossing history information.

 **Notes:** 

 * This endpoint requires an account token - an access token encoded with a Pismo account ID. 

 * This is a PCI endpoint, use the https://gw-pci.pismolabs.io environment.

## Path parameters

- `cardId` string, required

## Response `200`

Embossing history response

- object[]
  - `card_id` integer — ID of card to create relationship for
  - `program_id` number — Pismo program ID.
  - `address_id` integer — Pismo address object ID
  - `customer_id` integer — Pismo customer ID.
  - `account_id` integer — Account ID
  - `file_name` string — Embossing file name
  - `embossing_group` string — Embossing group name. Clients can work with multi-embossers. You can use this field to notify an embosser about a card request. If this parameter is not passed, and you work with multi-embossers, the default embosser is used. For more information, refer to the [Physical card embossing](https://developers.pismo.io/pismo-docs/docs/physical-card-embossing) guide.
  - `embosser` string — Embosser company name
  - `embosser_trigger_origin` 'MANUAL_SQS_TRIGGER' | 'AUTOMATIC_SCHEDULING' | 'API' — Embossing trigger source
  - `embosser_trigger_type` 'PASSWORD' | 'ONDEMAND' — Trigger for embossing
  - `sequential_number` integer — Embossing file sequential number
  - `generation_date` string, date-time — Generation date. RFC 3339 value.
  - `embossing_time` string, date-time — Embossing time in UTC time

## Other responses

- `204` — No content - card has no embossing history
- `400` — Bad Request
- `401` — Access token is missing or invalid
- `404` — Not Found
- `500` — Internal server error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
