Skip to main content
GET
/
cards
List all cards
curl --request GET \
  --url https://olive-gateway-a6ba.onrender.com/api/v1/cards \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API Key for third-party integrations (WhatsApp, Smart PAY, VULT). Format: 'Bearer olive_live_xxxxxxxxxxxxx'

Query Parameters

page
integer

Page number (default 1)

page_size
integer

Page size (default 50)

status
string

Filter by status (active, blocked, pending)

card_type
string

Filter by card type (parent, child)

subscriber_id
string

Filter by subscriber ID

Response

List of cards

The response is of type object.