GET Party Voice Token

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

Get the party voice token

Headers:

URL Parameters:

Other Variables:

Response:

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