Headers:
-
Authorization: nadeo_v1 t={token}An access token for theNadeoLiveServicesaudience
Service provided by Openplanet
Get join information
GET
https://live-services.trackmania.nadeo.live/api/token/map-review/{reviewType}/connect
Headers:
Authorization: nadeo_v1 t={token}
An access token for the NadeoLiveServices audience
Path parameters:
{reviewType}
string
The type of review server
*
Retrieves information to connect to a map review server.
Remarks:
Example request:
GET https://live-services.trackmania.nadeo.live/api/token/map-review/totd/connect
Example response:
{
"joinLink": "#qjoin=uieEf_XTR7K562_qImsVaw",
"noMap": false,
"starting": false,
"submissionWaitTimer": 0
}
If a dedicated server account is used, the response will contain an error:
{
"error": "NLS::Player::MissingRule",
"message": "169e24a9-ccdd-49af-9c50-de01b189cf17 does not have rule map_AccessServerReview",
"traceId": "Root=1-68b0ce22-50e44c4054602b8e0aabf5d2"
}
If a map review type does not exist, the response will contain a 403 error:
Only official MapReview