Skip to main content
GET
Get Release by ID
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

This endpoint retrieves a specific release by its ID, including all tracks and associated data. 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

Response

Success

success
boolean
Example:

true

data
object