v1

latestOpenAPI 3.0.2EULA2026-07-143221521.2 MB
Card types

Get a card type

Get information about a specific card type, including its name, number prefix, and associated configuration.

get/card-types/{card_type_id}

Path parameters

card_type_idstring required

The unique ID of the card type.

Headers

Accept-Languagestring

The unique ID of the language code by ISO 639-1.

Response

OK

Example response

{
  "data": {
    "card_type_id": "8bd48117006496e0b1788109b8",
    "text_id": "isic_card",
    "name": "Postman test type",
    "prefix": "092"
  }
}