Latest stories

get_me

  • Inputs
No input

  • Errors
{
    "must_login": "user must be login"
}

  • Extra Description
Return detailed information about the user

  • Sample
  • Url:
https://api.pantel.me/a/get_me
  • Output:
                                {
    "auto_reply": 0,
    "auto_reply_content": null,
    "balance": null,
    "call_status": 1,
    "coin_address": null,
    "coin_prv": null,
    "created_date": 1545826275.28738,
    "deleted_account": null,
    "deleted_account_method": 0,
    "description": null,
    "distribution": 106,
    "email": "John@Doe.com",
    "email_date": 1545830867.94264,
    "first_name": "John",
    "id": 1579951154796510,
    "image_path": null,
    "image_server_id": null,
    "invite_status": 1,
    "last_active_time": 1545826275.28738,
    "last_name": "Doe",
    "notification_status": true,
    "password": false,
    "password_date": null,
    "phone_number": "+1**********",
    "status": "success",
    "status_permission": 1,
    "system_admin": false,
    "this_session_notification_status": true,
    "time": 1546083762.6890123,
    "ttl": 180,
    "type": 1,
    "update_location": true,
    "user_addresses": {
        "1593934676726321": {
            "address": "mystreet",
            "city": "Alaska",
            "country": "US",
            "latitude": null,
            "longitude": null,
            "postal_code": "123456"
        }
    },
    "user_name": null,
    "verify_email_code": false,
    "verify_password_code": null,
    "version": null,
    "via_user_id": true,
    "visible_location": false
}