---
title: "Get Supported Devices"
method: GET
path: "/v1/emails/devices/supported"
tags: ["Email Previews"]
---

# Get Supported Devices

`GET /v1/emails/devices/supported`

List device IDs available for email preview, grouped by platform (desktop, mobile, web).

## Response `200`

Supported devices list

- object
  - `success` boolean
  - `data` object
    - `total` integer
    - `categories` object
      - `desktop` object[]
      - `mobile` object[]
      - `web` object[]
    - `defaultDevices` string[] — Default 10 devices used when none specified

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/migma/apis/migma-ai-api-v1.md) · [All operations](https://skmtc.net/migma/apis/migma-ai-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/migma/migma-ai-api-v1/revisions/3f3dba69574b/schema)
