U
/u/Fit_Ear_1754
Guest
Hey, Iβm currently building a Discord bot and trying to link usersβ Riot accounts to their Discord profiles.
When I call the Account-V1 endpoint by Riot ID, I correctly get the puuid. Then, when I call Summoner-V4 by-puuid with my dev API key, I only get this payload:
{ "puuid": "...", "profileIconId": 6009, "revisionDate": 1690000000000, "summonerLevel": 102 }
But I donβt get the usual fields like id or name (which are required for third-party-code verification).
Is this limitation expected when using a temporary dev key? Or should Summoner-V4 always return id/name no matter what?
Just want to confirm if this is normal.
submitted by /u/Fit_Ear_1754
[link] [comments]
Continue reading...
When I call the Account-V1 endpoint by Riot ID, I correctly get the puuid. Then, when I call Summoner-V4 by-puuid with my dev API key, I only get this payload:
{ "puuid": "...", "profileIconId": 6009, "revisionDate": 1690000000000, "summonerLevel": 102 }
But I donβt get the usual fields like id or name (which are required for third-party-code verification).
Is this limitation expected when using a temporary dev key? Or should Summoner-V4 always return id/name no matter what?
Just want to confirm if this is normal.
submitted by /u/Fit_Ear_1754
[link] [comments]
Continue reading...