My Library
Add songs IDs (deprecated)
post/api/v2/library/song
Request body
Example request
{
"identifiers": [
{
"identifier": "1577594494",
"platformCode": "apple-music"
}
]
}Response
A SongSubmitted response
{
"identifiers": [
{
"identifier": "1577594494",
"platformCode": "apple-music"
}
]
}A SongSubmitted response