Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Join a club
POST
https://live-services.trackmania.nadeo.live/api/token/club/{clubId}/member/create
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{clubId}
integer
The ID of the club the player will join
*
Join a club as a new member.
Remarks:
role field in the response body will be "Apply".Example request:
POST https://live-services.trackmania.nadeo.live/api/token/club/103034/member/create
Example response:
{
"creationTimestamp": 1771819382,
"accountId": "69f31664-4252-48e0-a433-024c49caee8c",
"clubId": 103034,
"moderator": false,
"vip": false,
"hasFeatured": false,
"useTag": false,
"pin": false,
"role": "Member"
}
If the club does not exist, the response will contain an error:
[
"club:error-notFound"
]
If the club is private, the response will contain an error:
[
"clubState:error-wrongState"
]