https://apis.roblox.com/cloud/v2/universes/<UNIVERSE_ID>/ordered-data-stores/<ODS_NAME>/scopes/global/entries
(this also occurs with v1 endpoint)
When providing a valid “ordered_data_store_id” the server returns {"code":16,"message":"Not authorized."}
even though the api key is in-scope to conduct such request.
Expected behavior
returns the list of entries when a valid api key and data is passed.
(unsure if other endpoints are experiencing the same issue, only tested the list ordered data store entries endpoint seems to have an issue for my use case right now).