Last updated 9 months ago
Was this helpful?
POST https://sketchub.in/api/v2/like_project.php
POST
https://sketchub.in/api/v2/like_project.php
Body
uid
number
User ID
project_id
Project ID
email
string
Encrypted Email
password
Encrypted Password
api_key
Your API key
Response
{ "status": "success", "message": "liked", "likes": 300 //Total likes after the action "status_code": "OK" }
{ "status": "success", "message": "unliked", "likes": 300 //Total likes after the action "status_code": "OK" }