Like/Unlike Project

Like or unlike a project

POST https://sketchub.in/api/v2/like_project.php

Body

Name
Type
Description

uid

number

User ID

project_id

number

Project ID

email

string

RSA Encrypted Email

password

string

RSA Encrypted Password

api_key

string

Your API key

Response

{
  "status": "success",
  "message": "liked",
  "likes": 300 //Total likes after the action
  "status_code": "OK"
}

Last updated

Was this helpful?