v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
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

card_numberstring required

Number of the ISIC card to validate.

last_namestring required

Last name of the ISIC card holder.

check_usagetrue | false

If true, checks whether the card can be used in CareCloud, or whether an ISIC card with this number already exists. If not set, this check is ignored.

Example request

{
  "card_number": "S123456789012X",
  "last_name": "Bright",
  "check_usage": true
}

Response

OK