v4

latestOpenAPI 3.1.0Proprietaryraw.githubusercontent.com2026-04-277127123.7 KB
Customers

List customer cards

get/customers/{uuid}/cards

Path parameters

uuidstring required

Customer UUID.

Response

List of tokenized cards

Example response

{
  "data": [
    {
      "expiration": "12/26"
    }
  ]
}