Skip to content
SlejmUr edited this page Aug 8, 2022 · 5 revisions

Welcome!

Welcome to the Unofficial Uplay API Documents wiki!

About

This wiki should write down how Uplay/Ubisoft Connect API's works.
Not Every Space/App Request will be the same!

Documentation

Methods

P = Post
G = Get

Global

The domain name should always be
"public-ubiservices.ubi.com"
if using any other there will be displayed:
¹msr-public-ubiservices.ubi.com

Auth

You should get the UbiV1 token from the first Endpoint (Session), it used mostly everything!
Auth "Ubi_v1" is a JWT token!

Naming(?)

¹Id's should look like:
8-4-4-4-12 (characters, Hex)

:AppId is Application Id from Uplay
:SpaceId is --

Headers

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!

Clone this wiki locally