Currently you are only able to fetch titles in the TitleHub by titleId(...).
Example: https://titlehub.xboxlive.com/users/xuid(XUID)/titles/titleId(724369121)/decoration/detail
The API provides the possibility to use a different moniker, e.g. pfn(...).
Example: https://titlehub.xboxlive.com/users/xuid(XUID)/titles/pfn(DeepSilver.SaintsRow5_hmv7qcest37me)/decoration/detail
Currently you are only able to fetch titles in the TitleHub by
titleId(...)
. Example:https://titlehub.xboxlive.com/users/xuid(XUID)/titles/titleId(724369121)/decoration/detail
The API provides the possibility to use a different moniker, e.g.
pfn(...)
. Example:https://titlehub.xboxlive.com/users/xuid(XUID)/titles/pfn(DeepSilver.SaintsRow5_hmv7qcest37me)/decoration/detail
The moniker is currently hardcoded: https://github.com/OpenXbox/xbox-webapi-python/blob/1a5aeb1b1ce94f38b5dae7f6b59938bc9ec112b2/xbox/webapi/api/provider/titlehub/__init__.py#L87