POST
/
ws
/
1.1
/
work.validity.post
curl --request POST \
  --url https://api.musixmatch.com/ws/1.1/work.validity.post \
  --header 'Content-Type: application/json' \
  --data '"{\n    \"data\": {\n        \"identifier\": \"00001100196005\",  // Your Musical Work’s unique identifier used in the work ingestion phase\n        \"validity_end\": \"202401-01\"    // End of deal, in YYYY-MM-DD format.\n    }\n}"'
{
  "message": {
    "body": "work updated",
    "header": {
      "execute_time": 0.41507601737976,
      "status_code": 200
    }
  }
}

Use this api to submit validity end for a work.

You have to submit a payload with your unique work identifier used in the work ingestion phase, together with the validity end.

Please note that you are responsible for transmitting only trustworthy and verified data.

Authorizations

apikey
string
query
required

Body

application/json
value
object

Response

200 - application/json
200 OK / 401 Unauthorized / 400 Bad Request
message
object