---
title: "Get API characters for a B2B client"
method: GET
path: "/api/v1/characters/api-characters/{b2bClientId}"
tags: ["Characters"]
deprecated: true
---

# Get API characters for a B2B client

`GET /api/v1/characters/api-characters/{b2bClientId}`

> **Deprecated.**

Returns all characters that have been saved to Drupal for a specific B2B client, with SFW image URLs

## Path parameters

- `b2bClientId` string, required

## Response `200`

List of characters with SFW images

- object[]
  - `cid` string — Character ID
  - `name` string — Character name
  - `gender` string — Character gender
  - `job` string — Character job
  - `dateOfBirth` string, date — Date of birth in YYYY-MM-DD format (optional)
  - `level` string — Character level
  - `body_type` string — Body type
  - `breast_size` string — Breast size (for female characters)
  - `ethnicity` string — Character ethnicity
  - `eye_color` string — Eye color
  - `hair_length` string — Hair length
  - `hair_color` string — Hair color
  - `orientation` string — Sexual orientation
  - `kinks` string[] — List of kinks
  - `personality` string[] — Personality traits with descriptions
  - `management` object
    - `max_daily_text` number — Maximum daily text messages
    - `max_daily_image` number — Maximum daily images
  - `image` object
    - `loras` object — LoRA model weights
    - `model` string — Image generation model (flux or sd)
  - `image_url` string — Profile image URL
  - `character_type` string — Type of character (e.g., original)

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