Events

Once you have created your first project and found your API key, you are ready to push your first event. All you need is a simple REST post call in your favorite programming language of choice. You can find various code examples under Code Examples.

Push Event to LogHive

POST https://api.loghive.app/v1/event/add

Request Body

NameTypeDescription

project*

String

Project name

group*

String

Group name

event*

String

Event name / header

description

String

Event description

notify

Boolean

TRUE ... Enable push notification on devices

{
    // Response
}

If an error occurs while creating an event, you will receive an Error object in return:

{'StatusCode': 400, 'Message': 'missing group name'}

Example dashboard entry of an event:

Last updated