ReadonlycreditlogReadonlycreditsReadonlymessagesReadonlypermissionsReadonlyprivilegesReadonlyskillsGet character by UID.
Returns the Character object directly — not wrapped in a Page.
@requires_auth Yes @requires_scope CHARACTER_READ
Character UID
The Character entity.
Look up a character's UID by their handle (username).
This endpoint is public — no authentication required — and is the primary
way to resolve a handle to the uid used by every other character endpoint.
{ uid, handle } — both fields are always present
Check if the API client has a specific permission for this character
Permission scope to check (e.g., 'CHARACTER_READ', 'MESSAGES_SEND')
Character UID
True if the permission is granted, false otherwise
Get the currently authenticated user's character @requires_auth Yes @requires_scope CHARACTER_READ
The authenticated character's full profile
Character resource for managing characters
See
https://www.swcombine.com/ws/v2.0/documentation/character/uid/ SW Combine API Documentation