Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Use club tag
POST
https://live-services.trackmania.nadeo.live/api/token/club/{clubId}/tag
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{clubId}
integer
The ID of the club with the tag to be used
*
Use the club tag for the authenticated account.
Remarks:
Example request:
POST https://live-services.trackmania.nadeo.live/api/token/club/131063/tag
Example response:
{
"accountId": "69f31664-4252-48e0-a433-024c49caee8c",
"tag": "DOCS",
"tagClubId": 131063,
"pinnedClub": 0
}
If the club does not exist or the authenticated account is not a member of the club, the response will contain an error:
[
"clubMemberRole:error-notMember"
]