GET Account Alias

https://127.0.0.1:{port}/player-account/aliases/v1/active

Gets the player username and tagline

Headers

URL Parameters

Other Variables

Response

type AccountAliasResponse = {
    active: boolean;
    /** Milliseconds since epoch */
    created_datetime: number;
    game_name: string;
    summoner: boolean;
    tag_line: string;
};