GET
/
api
/
v2
/
wallet
/
cards
{
  "cards": [
    {
      "billing_address": "123 Main Street",
      "card_brand": "visa",
      "card_exp": "12/25",
      "card_holder": "John Doe",
      "city": "New York",
      "created_at": "2023-01-01T00:00:00Z",
      "email": "john.doe@example.com",
      "id": "card_12345",
      "is_active": true,
      "is_default": true,
      "last4_digits": "1111",
      "phone_number": "+12125551234",
      "state": "NY",
      "updated_at": "2023-01-02T00:00:00Z",
      "zip_code": "10001"
    }
  ],
  "total": 1
}

Authorizations

X-Auth0-Key
string
header
required

Internal use only

Headers

x-user-id
string
required

End-user identifier within a customer organization. Required for user-scoped operations.

Response

200
application/json

List of cards retrieved successfully

Response model for listing multiple cards.