Elastic Connector

Documentation

Base Url

http://lzrconnector-elastic.lazarustechservices.com

Add Event

v1

http://lzrconnector-elastic.lazarustechservices.com/v1/add-event

Response

Returns a JSON with the information about the subscription by email.
Successful response:

Success save event


        {
            "status": "success",
            "data": {},
            "links": {
                "self": "/v1/get-subscriber",
                "suscriber": "/v1/add-subscriber"
            }
        }
    

Error

Return error message

{
        "status": "error",
        "message": "error message",
        
    }