Cards
Validate ISIC card
Validates whether a card is a valid ISIC card. Optionally checks whether the card is already present in the CareCloud database.
post/cards/actions/validate-isic-card
Headers
Accept-Languagestring
The unique ID of the language code by ISO 639-1.
Request body
Example request
{
"card_number": "S123456789012X",
"last_name": "Bright",
"check_usage": true
}Response
OK