v1

latestOpenAPI 3.0.02026-08-04620256.0 KB
Card
Swipe

Retrieve all cards

get/cards

Query parameters

pagenumber float
limitnumber float
statusstring

Comma-separated list of card statuses [ex: ACTIVE,FROZEN,DELETED,EXPIRED,BLOCKED,INACTIVE,INTERNAL_REVIEW_FAILED]

metadataIdstring

Comma-separated list of card metadata IDs

Headers

Accept-Versionstring required

Specifies the API version to use for this request.

Response

Return cards list for the user

Example response

{
  "items": [
    {
      "shippingAddress": {
        "country": "HK"
      }
    }
  ]
}