v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBEmbossing data
Get card embossing 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.
get/embossing/v1/cards/{cardId}/history
Path parameters
cardIdstring required
Pismo card ID
Response
Embossing history response
Example response
[
{
"card_id": 6060842,
"program_id": 5446,
"address_id": 45789,
"customer_id": 6345789,
"account_id": 8675309,
"file_name": "file.pgp",
"embossing_group": "myembossinggroup",
"embosser": "Idemia",
"embossing_trigger_origin": "MANUAL_SQS_TRIGGER",
"embossing_trigger_type": "PASSWORD",
"sequential_number": 18,
"generation_date": "2023-02-09T15:29:04.000Z",
"embossing_time": "2023-02-09T15:29:02.000Z"
}
]