get
https://v1/v1/cards/
Use this API to retrieve the full details of a specific card by its unique identifier. Pass the card-id as a path parameter to target the card you want to look up.
The response returns a complete card profile, including:
- Status — whether the card is active, blocked, or expired
- Card type — debit or credit
- Expiration date — the card's validity period
- Associated account details — the account the card is linked to
This is useful for verifying card attributes, reviewing card state, and managing individual card records.
A successful response confirms that the card details were retrieved.

