POS
Lookup Card
Get administrative details about a card
POST
Documentation Index
Fetch the complete documentation index at: https://docs.vultlocal.com/llms.txt
Use this file to discover all available pages before exploring further.
Administrative endpoint to resolve a card serial or MAC address to a subscriber.
Request
API key ID assigned to the POS integration
RFC3339 timestamp used in the HMAC signature
Hex-encoded HMAC-SHA256 of the request
Body Parameters
Card Serial OR MAC Address
Response
Whether lookup succeeded
Lookup result message
Card serial returned by the lookup
Card type
Card status
Linked subscriber name
Linked subscriber phone number
Formatted balance
Examples
Uses
Support
Help customers find lost card details
Diagnostics
Check if MAC address matches serial
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Card lookup details
Supports any alphanumeric: CARD0001, 48290173K, etc.
Example:
"CARD0001"
Response
Card information retrieved
The response is of type object.