Cards
List Cards
List all cards with filtering and pagination
GET
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.
Request
Bearer olive_live_xxx or Bearer eyJ... (JWT)Query Parameters
Filter by status:
ACTIVE, BLOCKED, UNASSIGNED, LOSTFilter by type:
PARENT or CHILDFilter by subscriber UUID
Search by serial number or MAC address
Results per page (max 100)
Pagination offset
Response
Array of card objects
Total matching cards
Current page size
Current offset
Examples
Common Filters
| Use Case | Query |
|---|---|
| Available cards | ?status=UNASSIGNED |
| All blocked cards | ?status=BLOCKED |
| Child cards only | ?type=CHILD |
| Cards for subscriber | ?subscriber_id=sub_abc123 |
Errors
| Status | Code | Description |
|---|---|---|
| 401 | UNAUTHORIZED | Invalid or missing API key |
| 403 | FORBIDDEN | Insufficient permissions |
| 500 | INTERNAL_ERROR | Server error |
Authorizations
API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'
Query Parameters
Page number (default 1)
Page size (default 50)
Filter by status (active, blocked, pending)
Filter by card type (parent, child)
Filter by subscriber ID
Response
List of cards
The response is of type object.