Skip to main content
GET
/
cards
/
{card_id}
/
barcodes
Get Card Barcode
curl --request GET \
  --url https://api.synctera.com/v2/cards/{card_id}/barcodes \
  --header 'Authorization: Bearer <token>'
{
  "barcode": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.synctera.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

card_id
string<uuid>

Card ID

Example:

"6dc0397d-1aba-4be9-9582-895a7a887d49"

Response

Barcode

barcode
string

Barcode of the card