---
title: "Get Mockups"
method: GET
path: "/mockups"
---

# Get Mockups

`GET /mockups`

Retrieves a list of available mockups from My Templates.

## Query parameters

- `catalog_uuid` string
- `collection_uuid` string
- `include_all_catalogs` boolean
- `name` string

## Headers

- `Accept` 'application/json', required
- `x-api-key` string, required

## Response `200`

A list of mockups retrieved successfully.

- object
  - `data` Mockup[]
    - `uuid` string — The UUID of the mockup.
    - `name` string — The name of the mockup.
    - `thumbnail` string — URL to the thumbnail of the mockup.
    - `smart_objects` SmartObject[]
      - `uuid` string — The UUID of the smart object.
      - `name` string — The name of the smart object.
      - `size` object
        - `width` integer
        - `height` integer
      - `position` object
        - `top` integer
        - `left` integer
      - `print_area_presets` PrintAreaPreset[]
        - `uuid` string — The UUID of the print area preset.
        - `name` string — The name of the print area preset.
        - `thumbnails` Thumbnail[]
          - `width` integer
          - `url` string — URL to the thumbnail.
    - `text_layers` object[]
      - `uuid` string — The UUID of the text layer.
      - `name` string — The name of the text layer.
    - `collections` Collection[]
      - `uuid` string — The UUID of the collection.
      - `name` string — The name of the collection.
    - `thumbnails` Thumbnail[]
      - `width` integer
      - `url` string — URL to the thumbnail.
  - `success` boolean
  - `message` string

## Other responses

- `400` — Bad request due to invalid input parameters.
- `401` — Unauthorized request, invalid or missing API key.

---

[API](https://skmtc.dev/dynamicmockups/apis/dynamic-mockups-mockanything-ai-api.md) · [All operations](https://skmtc.dev/dynamicmockups/apis/dynamic-mockups-mockanything-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/dynamicmockups/dynamic-mockups-mockanything-ai-api/revisions/5582facc8ca8/schema)
