Safe Zone - Notify Family

Please use this (https://blkem.com/mobile_api/notify_family) API for notifying family for the request


Get parameters

Field Value Remarks
session_id ​Access token ID E.g. de25cc16eb00960f076...
request_id Request Id E.g. 15
message_type 'issue' or 'resolved' Emergency message to be sent to emergency contacts
to Array allowed values: primary, secondary Whom to send the sms, either primary or secondary emergency contacts, or both

Success response

{
    "code": 200,
    "message": "Emergency SMS sent to user's emergency contact"
}
    

Error responses

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

    {
        "code": 404,
        "message": "Request not found"
    }