SpaceMediaSpaceMedia
Endpoint referenceTracks

Assign Track to Release

POST
/api/v1/tracks/{track_id}/assign/{release_id}

Attach a visible track to a visible release by track_id and release_id. Use this after creating both resources and before ordering or submitting the release.

Authorization

BearerAuth
AuthorizationBearer <token>

In: header

Path Parameters

track_id*string

Public track reference returned by the API.

Formatuuid
release_id*string

Public release reference returned by the API.

Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

Was this page helpful?