File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,17 @@ This section contains documentation for Roblox's legacy REST APIs.
2121| UpdateBadge | ` PATCH v1/badges/{badgeId} ` | ` legacy-universe.badge:write ` or ` legacy-universe.badge:manage-and-spend-robux ` |
2222| CreateBadge | ` POST v1/universes/{universeId}/badges ` | ` legacy-universe.badge:manage-and-spend-robux ` |
2323
24+ ## Asset Delivery API
25+
26+ - Base URL: ` https://apis.roblox.com/asset-delivery-api `
27+ - Authentication types: OAuth 2.0 and API key
28+ - Additional Asset Delivery API endpoints without Open Cloud authentication support can be found [ here] ( /cloud/legacy/assets/v1 ) .
29+
30+ | ** API** | ** Path** | ** Scope** |
31+ | :-------------------------------------- | :------------------------------------------------------------------------ | :----------------------- |
32+ | GetAssetById | ` GET /v1/assetId/{assetId} ` | ` legacy-asset:manage ` |
33+ | GetAssetVersionById | ` GET /v1/assetId/{assetId}/version/{version} ` | ` legacy-asset:manage ` |
34+
2435## Develop API
2536
2637- Base URL: ` https://apis.roblox.com/legacy-develop `
You can’t perform that action at this time.
0 commit comments