---
title: "Retrieve card tracking information"
method: GET
path: "/v1/cards/{cardId}/delivery_trackings"
tags: ["Card Delivery Tracking API"]
---

# Retrieve card tracking information

`GET /v1/cards/{cardId}/delivery_trackings`

Returns tracking information for the card with the ID specified in the request URL.

## Path parameters

- `cardId` string, required

## Response `200`

Card tracking data was fetched successfully.

- CardDeliveryTrackingResponseItem[]
  - `id` string — Unique identifier for the card tracking record.
  - `card_id` string — ID of the card.
  - `shipping_provider` string — The shipping company that shipped the card.
  - `date_of_shipment` string, date — (Conditional field) Contains the date when the card was shipped. If the card hasn't shipped, then this property will be empty.
  - `shipping_tracking_information` string — (Conditional field) Contains the tracking code provided by the shipping company. If the card hasn't shipped, or if there was an error with the shipment, then this property will be empty.
  - `message` string — (Conditional field) Contains the error message from the provider in case there was a problem. If there was an error, then the `shipping_tracking_information` property will be empty.
  - `country_code` string — (Conditional field) Country ISO Code to represent countries, dependent territories, and special areas of geographical interest.
  - `has_picture` boolean — (Conditional field) Flag that shows card has the picture or not.

## Other responses

- `400` — Validation error.
- `401` — Invalid/missing OAuth token.
- `403` — Unauthorized action.
- `500` — Internal server error.

---

[API](https://skmtc.net/solarisgroup/apis/card-creation-servicing.md) · [All operations](https://skmtc.net/solarisgroup/apis/card-creation-servicing/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/card-creation-servicing/revisions/a772504dcc9e/schema)
