Skip to main content
GET
Get Track Media
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

This endpoint retrieves all media files and links associated with a specific track. Authorization:
  • Required role: user or higher

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

id
string<uuid>
required

Release ID

trackId
string<uuid>
required

Track ID

Response

Success

success
boolean
Example:

true

data
object[]