Like/Unlike Project
Like or unlike a project
POST
https://sketchub.in/api/v2/like_project.php
Body
Response
{
"status": "success",
"message": "liked",
"likes": 300 //Total likes after the action
"status_code": "OK"
}
Last updated
Was this helpful?