Get location categories

Please use this (https://blkem.com/mobile_api/get_location_categories) API for accessing the endpoint of fetching all the location categories


Get parameters

Field Value Remarks
session_id ​Access token ID E.g. de25cc16eb00960f076...

Success response

{
    "code": 200,
    "message": "Fetched successfully",
    "data": [
        {
            "id": 1,
            "name": "Police Station",
            "thumbnail": ""
        }
    ]
}
    

Error responses

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

    {
        "code": 404,
        "message": "No data found",
        "data": []
    }