Login

Login

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

Validates the user authentication. Sketchub need HCaptcha token which can be generated using provided site key:

  • Use provided Hcaptcha site key to generate response token.

  • Use provided RSA public key to encrypt email & password.

Body

Name
Type
Description

email

string

RSA Encrypted email

password

string

RSA Encrypted password

hcaptcha_response

string

Token value when client solves Sketchub's Hcaptcha challenge

login

boolean

The value must be true to get a response.

api_key

string

Your API Key

Response

{
  "status": "success",
  "message": "Login Successful",
  "uid": 30
}

Last updated

Was this helpful?