---
title: "List Card Image Details"
method: GET
path: "/cards/images"
tags: ["Cards"]
---

# List Card Image Details

`GET /cards/images`

List all card image details

## Query parameters

- `customer_id` string, uuid, required — The unique identifier of a customer

## Response `200`

List of details for images uploaded by the given customer

- CardImageDetailsList
  - `images` CardImageDetails[], required — Array of image details
    - `card_product_id` string, uuid, required — The unique identifier of a cards product
    - `customer_id` string, uuid, required — The unique identifier of a customer
    - `id` string, uuid, required — The unique identifier of a card image
    - `rejection_memo` string
    - `rejection_reason` 'BRANDED' | 'COPYRIGHT' | 'INAPPROPRIATE' | 'OTHER' | 'PROMOTIONAL' | 'TRADEMARK' — The category of reason that a card image was rejected
    - `status` 'APPROVED' | 'NOT_UPLOADED' | 'REJECTED' | 'UNREVIEWED', required — The status of a custom card image
  - `next_page_token` string — If returned, use the next_page_token to query for the next page of results. Not returned if there are no more rows.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden error
- `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)
