Skip to main content
GET
Get character details

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

game_id
string
required

The unique identifier for the game.

Example:

"game123"

world_id
string
required

The unique identifier for the world.

Example:

"world456"

character_id
string
required

The unique identifier for the character.

Example:

"character789"

Query Parameters

session_id
string

(Optional) The player's session ID.

Example:

"60Z5aZjIuFlyYbjbZZKe"

Response

Character retrieved successfully.

character_id
string

UID of the character.

Example:

"character789"

character
object

Public character DTO. Internal fields such as knowledge, relationships, filters, memory, and model are omitted.