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"
}{
"status": "success",
"relevant_usernames": [
{
"id": "412",
"name": "Amitoj"
},
{
"id": "60025",
"name": "amitojtesting"
},
{
"id": "399",
"name": "not_amitoj"
}
]
}Last updated
Was this helpful?