get https://api.sandbox-v2.vault.ist/card-holder/cardoffer
This endpoint lists all card offers available for the current authenticated user. If no card offers are found, an empty list is returned.
Key Features
- Retrieves card offers available to the authenticated user.
- Provides detailed information for all the card offers, assigned to authenticated user, including:
- Card type (e.g.,
VIRTUAL
). - Available card designs with details:
- Design ID.
- Name.
- Description (e.g., color code or theme).
- Price details (amount and currency) for the next available order/offer:
- Number of cards allowed per offer (
cardLimit
). - Cost per offer in a specific currency (
priceCurrency
).
- Number of cards allowed per offer (
- Current price details, including amount and currency.
- Card type (e.g.,
Requirements
- Authentication: The user must be authenticated to access this endpoint.
- Query Parameters: None required.