GET/api/v2/mor/public/cards/available

List the card products available to the API key's merchant.

Authentication

Send your API key in the x-api-key header on every request.

Responses

200 — OK

Response 200 fields
FieldTypeRequiredDescription
CardTypeIdunknownNo
TierIdunknownNo
TierNamestringNo
TierLevelunknownNo
NamestringNo
DescriptionstringNo
CurrencyCodestringNo
IssuanceFeeunknownNo
MonthlySubscriptionFeeunknownNo
YearlySubscriptionFeeunknownNo
IsVirtualbooleanNo
IsPhysicalbooleanNo
CardNetworkstringNo
CardImageUrlstringNo
CardPreviewUrlstringNo
CardBackImageUrlstringNo
CardBackPreviewUrlstringNo
CardTextColorstringNo
ProviderstringNo
MaxCardsunknownNo

Example request

curl -X GET "https://{base_url}/api/v2/mor/public/cards/available" \
  -H "x-api-key: YOUR_API_KEY"

This page is generated from the live OpenAPI specification and always matches the current API.