Event

Send a log to Minilog

POST https://api.minilog.dev/v1/events/<project-name>

Headers

NameTypeDescription

Authorization *

string

Bearer <project-token>

Content-Type *

string

application/json

Request Body

NameTypeDescription

channel *

string

A short keyword to group related events together

title *

string

Event title

description

string

Event description

icon

string

Emoji character

notify

boolean

Send push notification

tags

object

key/value

Important: Fields ending with an * are required in your request!

Last updated