Skip to main content
GET
/
cards
/
images
/
{card_image_id}
Get Card Image Details
curl --request GET \
  --url https://api.synctera.com/v2/cards/images/{card_image_id}
{
  "card_product_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "customer_id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "id": "7d943c51-e4ff-4e57-9558-08cab6b963c7",
  "rejection_memo": "<string>",
  "rejection_reason": "COPYRIGHT",
  "status": "NOT_UPLOADED"
}

Path Parameters

card_image_id
string<uuid>
required

The unique identifier of a card image

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

Response

Details of the card image

card_product_id
string<uuid>
required

The unique identifier of a cards product

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

customer_id
string<uuid>
required
Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

id
string<uuid>
required

The unique identifier of a card image

Example:

"7d943c51-e4ff-4e57-9558-08cab6b963c7"

status
enum<string>
required

The status of a custom card image

Available options:
NOT_UPLOADED,
UNREVIEWED,
APPROVED,
REJECTED
rejection_memo
string
rejection_reason
enum<string>

The category of reason that a card image was rejected

Available options:
COPYRIGHT,
TRADEMARK,
BRANDED,
PROMOTIONAL,
INAPPROPRIATE,
OTHER