Stamper
Get a stamper card
Get a definition of a specific stamper card. ⚠️ If no card is returned for active campaign, that means a customer did not collect any stamps yet, so card was not created. After he collects fist stamp, the card will be automatically generated.
get/stamper-cards/{stamper_card_id}
Path parameters
stamper_card_idstring required
The unique ID of the stamper card.
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Response
OK
Example response
{
"data": {
"stamper_card_id": "81eaeea13b8984a169c490a325",
"stamper_campaign_id": "8bed991c68a470e7aaeffbf048",
"customer_id": "8ea2591121e636086a4a9c0992",
"stamper_card_order": 2,
"stamps": [
{
"stamp_id": "81eaeea13b8984a169c490a325",
"customer_id": "8ea2591121e636086a4a9c0992",
"purchase_id": "81eaeea13b8984a169c490a325",
"stamper_card_id": "8bed991c68a470e7aaeffbf048",
"stamp_order": 7,
"stamper_condition_id": "8bed991c68a470e7aaeffbf048",
"created_at": "2024-07-15 17:26:34",
"last_change": "2025-03-15 17:26:34",
"state": 1
}
],
"created_at": "2023-03-28 16:59:49",
"last_change": "2019-07-15 17:26:34",
"state": 1
}
}