GET /releases//tracks//media
This endpoint retrieves all media files and links associated with a specific track.Authentication
This endpoint requires authentication. Include your bearer token in the Authorization header.Path Parameters
Parameter | Type | In | Required | Description |
---|---|---|---|---|
id | string | path | ✅ | Release ID |
trackId | string | path | ✅ | Track ID |
Responses
✅ 200 - Success
⚠️ 401 - undefined
⚠️ 404 - undefined
❌ 500 - undefined
Tags
Track Media
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"