Developer Product API no longer shows other peoples developer product list

I did not see any updates on the API, so I assume it is either a bug or this change was not communicated.
When trying to retrieve information from https://apis.roblox.com/developer-products/v1/developer-products/universes/{universeId}/creator?pageNumber=1&pageSize=50 when you don’t own the experience, it returns {"errorCode":"UnauthorizedUniverseAccess","errorMessage":"The user is not authorized to access universe with ID: {universeId}.","field":"universe: {universeId}","hint":null}

Expected behavior

Before, it would give you a developer product overview for any game, but I searched heavily and did not see any announcement on changing this.

2 Likes

https://apis.roblox.com/developer-products/v2/universes/{universeId}/developerproducts?limit=2147483647

1 Like

Thanks, I guess v1 is starting to be completely sunsetted.

Thanks for reporting this. We are sorry this API behavior change wasn’t included in the API deprecation update.
The new V2 API should work as intended. Please let us know if you are experiencing any issues with the new endpoints.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.