GET
/
api
/
v2
/
wallet
/
cards
/
{card_id}
{
  "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"
}

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.

Path Parameters

card_id
string
required

Response

200
application/json

Card retrieved successfully

Response model for card details (no sensitive data).