Skip to main content
GET
/
virtual-cards
/
cards
List Virtual Cards
curl --request GET \
  --url https://getmipay.com/api/v1/virtual-cards/cards \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": [
    "<unknown>"
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.getmipay.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

JWT bearer token returned by POST /action/auth. Send protected requests with: Authorization: Bearer . Tokens expire after 24 hours.

Response

Virtual cards retrieved successfully

success
boolean
Example:

true

data
any[]