Quick start
Integration is very easy, a simple REST command is all that's needed to store your event in our lodatabase.
Push Event to LogHive
POST
https://api.loghive.app/v1/event/add
Request Body
Name
Type
Description
projectName*
String
Project name
groupName*
String
Group name
eventName*
String
Event name / header
description
String
Event description
notify
Boolean
TRUE ... Enable push notification on devices
Here is a example code to send an event to LogHive. You can find various code examples under Code Examples.
Example Code for Python
Last updated