Add favorite map

POST https://live-services.trackmania.nadeo.live/api/token/map/favorite/{mapUid}/add

Headers:


Path parameters:

  • {mapUid} (string) The UID of the map *

Adds a map to your authenticated account's favorites.


Remarks:

  • This endpoint is only useful with tokens authenticated through Ubisoft user accounts (as opposed to dedicated server accounts).

Example request:

POST https://live-services.trackmania.nadeo.live/api/token/map/favorite/EgUgXeBV8vpEth2hZgSzLhlHRs8/add

Example response:

A successful response has no content and a 204 response code.

Example response if the requested map does not exist:

["map:error-notFound"]