https://saavn.dev/api/songs/{id}/suggestions
Endpoint output : Status: 500 Internal Server Error
queryParameter used : id : "-zxDpR-c"
(not with double quotes , yes I know 😁)
{
"success": false,
"message": "Cannot read properties of undefined (reading 'id')"
}
But the https://saavn.dev/api/songs/{id} endpoint working perfectly with any ID provided.
❗Also let me know if I did something wrong 😅
Get song details by ID endpoint output
{
"success": true,
"data": [ "All data showing properly as per the schema"]
}