Events
Last updated
Last updated
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.
POST
https://api.loghive.app/v1/event/add
Name | Type | Description |
---|---|---|
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 |
If an error occurs while creating an event, you will receive an Error object in return:
Example dashboard entry of an event: