---
title: "Get digital twins for the authenticated customer"
method: GET
path: "/api/v1/digital-twins/customer-digital-twins"
tags: ["Customer Library"]
---

# Get digital twins for the authenticated customer

`GET /api/v1/digital-twins/customer-digital-twins`

Returns all saved digital twins for the authenticated customer

## Response `200`

Customer digital twins returned successfully

- object
  - `success` boolean
  - `digitalTwins` object[]
    - `id` string, uuid
    - `characterId` number
    - `name` string
    - `alias` string
    - `status` string
    - `profilePhotoUrl` string — Signed image URL

## Other responses

- `401` — Unauthorized - invalid API key

---

[API](https://skmtc.dev/oh/apis/ohapi-documentation.md) · [All operations](https://skmtc.dev/oh/apis/ohapi-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oh/ohapi-documentation/revisions/b623c2e9cb65/schema)
