---
title: "List devices"
method: GET
path: "/3rdparty/v1/devices"
tags: ["User", "Devices"]
---

# List devices

`GET /3rdparty/v1/devices`

Returns list of registered devices

## Response `200`

Device list

- SmsgatewayDevice[]
  - `createdAt` string — Time at which the device was created, read only.
  - `deletedAt` string — Time at which the device was deleted, read only.
  - `id` string — Device ID, read only.
  - `lastSeen` string — Time at which the device was last seen, read only.
  - `name` string — Device name.
  - `simCards` SmsgatewaySimCard[] — List of SIM cards in the device.
    - `carrierName` string — Carrier/network operator name (may be null).
    - `iccid` string — Integrated Circuit Card Identifier (may be null).
    - `phoneNumber` string — Phone number associated with the SIM.
    - `simNumber` integer — 1-based slot number (1, 2, or 3).
    - `slotIndex` integer — 0-based physical slot index.
  - `updatedAt` string — Time at which the device was last updated, read only.

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.dev/sms-gate/apis/smsgate-api.md) · [All operations](https://skmtc.dev/sms-gate/apis/smsgate-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sms-gate/smsgate-api/revisions/56a6604029f1/schema)
