Profile views

Please use this (https://blkem.com/mobile_api/profile_views) API for access profile views endpoint


Get parameters

Field Value Remarks
session_id ​Access token ID E.g. de25cc16eb00960f076...
page_size ​Total records limit for each request Recommended: 20
offset Last record offset ID This is only needed when loading records of the pagination system.

Success response

{
    "code": 200,
    "message": "Fetched successfully",
    "data": [
        {
            "id": 6098,
            "fname": "Abid",
            "lname": "Raza",
            "about": "test",
            "joined": "November 2020",
            "last_active": "1 second ago",
            "avatar": "https://blkem.s3.amazonaws.com/upload/avatars/2022/03/2vruyeyNZHVS6vwydREa_28_f241b152c39e7d987562c8327472dd67_thumbnail_512x512.jpeg",
            "cover": "https://blkem.s3.amazonaws.com/upload/covers/2023/03/xkiedvNBdd5plcQ6CW4Q_09_52f668b1fd42b717d15bb1b04f8cfccd_image_cover_600x200.jpg",
            "verified": "1",
            "name": "Abid Raza",
            "url": "http://localhost/blkem-v6/abidars",
            "chaturl": "http://localhost/blkem-v6/conversation/abidars",
            "is_online": true,
            "raw_joined": "1605642737",
            "primary_emergency": "",
            "secondary_emergency": "",
            "temp_verified": false,
            "visited_time": "44 minutes ago",
            "visited_time_formatted": "2023-06-19 06:29:59"
        }
    ]
}

Error responses

{
        "code": 401,
        "data": [],
        "message": "Unauthorized Access"
}