Cập nhật Webhook

PUT http://ws.ems.com.vn /api/v1/metadata/webhook

API cập nhật webhook.

Parameters:

Responses:

Thành công:
{
    "code":"success",
    "message":"Cập nhật webhook thành công",
    "data":
        {
            "link":"https:\/\/pos.pages.fm\/api\/v1\/ems\/update?api_token=$2b$12$D.D1m4eo1dSGq3RHzBAjjuQcRcEDzEbA0AQ.IwfBkN4AA.JtxcWS6",
            "email_alert":null,
            "function":"journey",
            "status":"active",
            "action":"RUN",
            "created_at":"2021-10-22 14:30:10"
        }
}

Thất bại:
{
    "code":"error",
    "message":"Lỗi ....",
    "data": []
}

Last updated