Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/en-us/cloud/legacy.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,17 @@ This section contains documentation for Roblox's legacy REST APIs.

- All other legacy API endpoints use cookie-based authentication. We do not recommend depending on these APIs, as they can incorporate breaking changes without notice and rely on sharing cookies with application code.

## Asset Delivery API

- Base URL: `https://apis.roblox.com/asset-delivery-api`
- Authentication types: OAuth 2.0 and API key
- Additional Asset Delivery API endpoints without Open Cloud authentication support can be found [here](/cloud/legacy/assets/v1).

| **API** | **Path** | **Scope** |
| :-------------------------------------- | :------------------------------------------------------------------------ | :----------------------- |
| GetAssetById | `GET /v1/assetId/{assetId}` | `legacy-asset:manage` |
| GetAssetVersionById | `GET /v1/assetId/{assetId}/version/{version}` | `legacy-asset:manage` |

## Badges API

- Base URL: `https://apis.roblox.com/legacy-badges`
Expand Down