Get join information

GET https://live-services.trackmania.nadeo.live/api/token/map-review/{reviewType}/connect

Headers:


Path parameters:

  • {reviewType} string The type of review server *

Retrieves information to connect to a map review server.


Remarks:

  • This endpoint is only accessible with tokens authenticated through Ubisoft user accounts (as opposed to dedicated server accounts).
  • Examples of supported review types can be found in the glossary.

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