Get Public User
Developing
GET
v1/api/q&auser/{id}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:3200/v1/api/q&auser/kmk@77'
Response Response Example
{
"user_id": "string",
"username": "string",
"email": "string",
"start_date": "string",
"is_freeze": 0,
"image_url": "string"
}
Request
Path Params
id
string
required
Example:
kmk@77