Verify one card by code, serial or username

GET /api/v1/cards/search prm_cards_verify

View as Markdown

The counter-staff lookup. Finds a single card and reports its state, its owning reseller and who spent it. Confined to the caller's manager subtree unless they are an administrator.

A card outside your subtree answers the same 404 as an unknown keyword, never a 403 — a 403 would confirm the code exists and turn this into a code-guessing oracle. It carries its own per-operator budget for the same reason, separate from the tenant's.

At a glance

Authentication
Staff token or session
Requires permission
prm_cards_verify Verify / redeem cards
Rate limit
card_search

Parameters

Parameter Description
kindrequired query · enum code, serial or username.
keywordrequired query · string The value to match. A code is normalised first, so separators and mixed case still resolve.

Errors

Code When it is returned
ERR_NOT_FOUND404 no card matches, or the card is outside the caller's subtree

Try it on your own network.

50 subscribers for 7 days. You pay nothing.