One card's full lifecycle
GET
/api/v1/cards/{id}/timeline
prm_cards_list
Header facts plus the chronological event list for a single card: when it was minted, printed, sold, transferred and redeemed.
This endpoint's rate-limit bucket counts DENIED lookups too, on purpose. The limiter sits ahead of the visibility check, so a walk of the card id space burns budget rather than running unmetered behind a 404.
نظرة سريعة
- المصادقة
- رمز موظّف أو جلسة
- تتطلب صلاحية
-
prm_cards_listView card batches & cards - حد المعدل
card_timeline
المعاملات
| المعامل | الوصف |
|---|---|
idمطلوب
path · integer
|
Card id. |
الأخطاء
| الرمز | متى تُرجَع |
|---|---|
ERR_NOT_FOUND404
|
no such card, or one outside the caller's subtree |