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"
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.