Retrieves the currently authorized player account
Remarks:
- This endpoint can be used as an additional authentication step after the initial authorization flow.
- This endpoint can not be used with a token obtained from the Client Credentials flow, because it has to be associated with a player.
- The access token has to be provided in the
Authorization
header in the formatBearer <token>
.
Example request:
GET https://api.trackmania.com/api/user
Example response:
{
"accountId": "5b4d42f4-c2de-407d-b367-cbff3fe817bc",
"displayName": "tooInfinite"
}