---
title: "GET /v1/cardstatus/{applicantnationalids}"
method: GET
path: "/v1/cardstatus/{applicantnationalids}"
tags: ["ehic"]
---

# GET /v1/cardstatus/{applicantnationalids}

`GET /v1/cardstatus/{applicantnationalids}`

## Path parameters

- `applicantnationalids` string, required

## Response `200`

Success

- CardStatusResponseDTO[]
  - `applicantNationalId` string, nullable
  - `isInsured` boolean, nullable
  - `canApply` boolean, nullable
  - `canApplyForPDF` boolean, nullable
  - `cards` CardInfoDTO[], nullable
    - `cardNumber` string, nullable
    - `expiryDate` string, date, nullable
    - `issued` string, date, nullable
    - `sent` string, date, nullable
    - `resent` string, date, nullable
    - `cardType` string, nullable
    - `sentStatus` string, nullable
    - `comment` string, nullable
    - `isPlastic` boolean
    - `isTemp` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `500` — Server Error

---

[API](https://skmtc.net/island-is/apis/ehic.md) · [All operations](https://skmtc.net/island-is/apis/ehic/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/island-is/ehic/revisions/ce91fc54579c/schema)
