Latest stories

resolve_account

  • Inputs
{
    "user_name": "string min length 4 and max length 40: username of users or walls"
}

  • Errors
{
    "user_name_not_exist": "no exist any user nor wall with this username"
}

  • Extra Description
Return user with given username

  • Sample
  • Url:
https://api.pantel.me/a/resolve_account?user_name=JohnDoe
  • Output:
                                {
    "creation_date": "Sunday, Oct 13, 2019 at 11:33",
    "description": "",
    "id": 1026948,
    "image_address": "URL/*/*/*/*/*/*/********************/******************.jpg",
    "name": "John Doe",
    "status": "success",
    "time": 1546083762.6890123
}