Melody Catalog Service API
string · enum · requiredstring · uuid · required string · enumstring · uuidinteger · int64
string · uuid · required string · enumstring · uuidinteger · int64
Endpoints for managing artist pick
Set or update artist pick
PUT
https://melody-gateway-main-0d30d7f.d2.zuplo.dev
/artists/me/pick
Creates or updates the artist pick. Returns the resolved resource (collection or playlist summary)
Set or update artist pick › Request Body
Request to set or update artist pick
typeType of the picked resource (COLLECTION or PLAYLIST)
Enum values:
PLAYLIST
COLLECTION
resourceIdID of the picked resource
Set or update artist pick › Responses
200
OK
Response containing artist pick with resolved resource
typeType of the picked resource (COLLECTION or PLAYLIST)
Enum values:
PLAYLIST
COLLECTION
resourceIdID of the picked resource
object
Response object containing collection summary
object
timestampTimestamp when the pick was set
Get current artist pick
GET
https://melody-gateway-main-0d30d7f.d2.zuplo.dev
/artists/{id}/pick
Returns the artist pick with resolved collection or playlist summary
path Parameters
idGet current artist pick › Responses
200
OK
Response containing artist pick with resolved resource
typeType of the picked resource (COLLECTION or PLAYLIST)
Enum values:
PLAYLIST
COLLECTION
resourceIdID of the picked resource
object
Response object containing collection summary
object
timestampTimestamp when the pick was set