LogHive Documentation

The smart choice for event tracking and log analysis

LogHive is a log and event service specifically designed for software applications such as apps, websites, or services.

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

NameTypeDescription

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

{
    // Response
}

Last updated