---
title: "Get Card Barcode"
method: GET
path: "/cards/{card_id}/barcodes"
tags: ["Cards"]
---

# Get Card Barcode

`GET /cards/{card_id}/barcodes`

This endpoint is for testing environment only to provide access to barcode of a test card

## Path parameters

- `card_id` string, uuid, required — The unique identifier of a card

## Response `200`

Barcode

- object
  - `barcode` string — Barcode of the card

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden error
- `422` — Unprocessable entity request response
- `500` — Internal server error

---

[API](https://skmtc.net/synctera/apis/synctera-api.md) · [All operations](https://skmtc.net/synctera/apis/synctera-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/synctera/synctera-api/versions/b0d812e6cdd0/schema)
