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

# Get characters for the authenticated customer

`GET /api/v1/characters/customer-characters`

Returns all saved characters for the authenticated customer, with SFW image URLs

## Response `200`

Customer characters returned successfully

- object
  - `success` boolean
  - `characters` object[]
    - `cid` number — Character ID
    - `firstName` string
    - `lastName` string
    - `gender` string
    - `job` string
    - `image_url` 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)
