Skip to main content
GET
/
list-cards
List Cards
curl --request GET \
  --url https://app.closerx.ai/api/list-cards/ \
  --header 'api_key: <api-key>'
{
  "success": true,
  "errors": [],
  "response": [
    {
      "display_brand": "visa",
      "exp_month": 9,
      "exp_year": 2032,
      "last4": "99999",
      "customer": "z45j888B",
      "id": "88GE",
      "default": true
    }
  ],
  "message": "Cards List"
}

Authorizations

api_key
string
header
required

Response

Successfully retrieved list of saved cards

success
boolean
Example:

true

errors
string[]
Example:
[]
response
object[]
message
string
Example:

"Cards List"