GET
/api/v2/mor/public/cards/availableList 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
| Field | Type | Required | Description |
|---|---|---|---|
| CardTypeId | unknown | No | |
| TierId | unknown | No | |
| TierName | string | No | |
| TierLevel | unknown | No | |
| Name | string | No | |
| Description | string | No | |
| CurrencyCode | string | No | |
| IssuanceFee | unknown | No | |
| MonthlySubscriptionFee | unknown | No | |
| YearlySubscriptionFee | unknown | No | |
| IsVirtual | boolean | No | |
| IsPhysical | boolean | No | |
| CardNetwork | string | No | |
| CardImageUrl | string | No | |
| CardPreviewUrl | string | No | |
| CardBackImageUrl | string | No | |
| CardBackPreviewUrl | string | No | |
| CardTextColor | string | No | |
| Provider | string | No | |
| MaxCards | unknown | No |
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.