---
title: "Get the authenticated customer's character library"
method: GET
path: "/api/v1/customer-library"
tags: ["Customer Library"]
---

# Get the authenticated customer's character library

`GET /api/v1/customer-library`

Returns all saved characters and digital twins for the authenticated customer

## Response `200`

Customer library returned successfully

- object
  - `success` boolean
  - `characters` object[]
  - `digitalTwins` object[]

## 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)
