The-Firexx / trackmania2020apidocumentation

DEPRECATED! VISIT https://webservices.openplanet.dev/ (by codecat) Trackmania 2020 Unofficial API Documentation
https://webservices.openplanet.dev/
43 stars 6 forks source link

cant get Token Level 0 to work #13

Closed minerop5000 closed 9 months ago

minerop5000 commented 2 years ago

all requests i make to https://public-ubiservices.ubi.com/v3/profiles/sessions leave me with a 400:

{
    "moreInfo": "",
    "errorCode": 2,
    "httpCode": 400,
    "errorContext": "Shipyard.Profiles.Services",
    "message": "Value 'sessions' is not a valid Guid",
    "environment": "prod",
    "additionalDetails": {},
    "transactionTime": "2022-07-01T22:09:18.2174738Z",
    "transactionId": "def110fa-ed2d-4283-91d9-f0afa5cbe236"
}

my current request headers using postman:

Ubi-AppId: 86263886-327a-4328-ac69-527f0d20a237
Ubi-RequestedPlatformType: uplay
Content-Type: application/json
Authorization: Basic <base64encrypted string>

is the documentation out of date or am i missing something?

UnHolds commented 2 years ago

Have you seen the updated documentation and do you still get the error? Merge: #12