-
Notifications
You must be signed in to change notification settings - Fork 1
Home
SlejmUr edited this page Aug 8, 2022
·
5 revisions
Welcome to the Unofficial Uplay API Documents wiki!
This wiki should write down how Uplay/Ubisoft Connect API's works.
Not Every Space/App Request will be the same!
- P /v3/profiles/sessions
- G /v2/applications/:AppId
- G /v1/applications/:AppId/parameters
- G /v1/spaces/news?spaceId=:SpaceId
- G /v1/spaces/:SpaceId
- G /v1/spaces/:SpaceId/parameters
P = Post
G = Get
The domain name should always be
"public-ubiservices.ubi.com"
if using any other there will be displayed:
¹msr-public-ubiservices.ubi.com
You should get the UbiV1 token from the first Endpoint (Session), it used mostly everything!
Auth "Ubi_v1" is a JWT token!
¹Id's should look like:
8-4-4-4-12 (characters, Hex)
:AppId is Application Id from Uplay
:SpaceId is --
Ubisoft Using headers like:
Ubi-(Header name)
Some of the headers listed here:
- Ubi-AppId
- Ubi-localeCode
- Ubi-Populations
- Ubi-RequestedPlatformType
- ubi-rememberdeviceticketⁿ
- Ubi-SessionId
- Ubi-appbuildid
- Ubi-SpaceId
ⁿ= Using only the session!