Headers:
-
Authorization: nadeo_v1 t={token}
An access token for theNadeoLiveServices
audience
Service provided by Openplanet
Get your club player info
GET
https://live-services.trackmania.nadeo.live/api/token/club/player/info
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices
audience
Gets club-related information for your account.
Remarks:
Example request:
GET https://live-services.trackmania.nadeo.live/api/token/club/player/info
Example response:
{
"hasClubVip": true,
"hasPlayerVip": true,
"hasFollower": true,
"tagClubId": 12730,
"tag": "$F05TSH",
"pinnedClub": 12730
}