GET Party Chat Token

https://glz-{region}-1.{shard}.a.pvp.net//parties/v1/parties/{party id}/muctoken

Get the party chat token

Headers:

URL Parameters:

Other Variables:

Response:

type PartyChatTokenResponse = {
    Token: string;
    Room: string;
};