Find Username

Find Username

POST https://sketchub.in/api/v3/find_username.php

Request Body

Name
Type
Description

api_key

string

API key

user_name

string

Username

find_relevant

string

List matching username

{
  "status": "success",
  "uid": "412",
  "username": "Amitoj"
}

Last updated

Was this helpful?