Use club tag

POST https://live-services.trackmania.nadeo.live/api/token/club/{clubId}/tag

Headers:


Path parameters:

  • {clubId} integer The ID of the club with the tag to be used *

Use the club tag for the authenticated account.


Remarks:

  • This endpoint is only useful with tokens authenticated through Ubisoft user accounts (as opposed to dedicated server accounts).
  • If the authenticated account is already using the club's tag, using this endpoint will remove it.
  • When using a club tag, it will be displayed in-game next to the player's display name.

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"
]