POST https://api.minilog.dev/v1/logs/<project-name>
POST
https://api.minilog.dev/v1/logs/<project-name>
Authorization *
string
Bearer <project-token>
Content-Type *
application/json
application *
The name of the application creating this log
severity *
'DEBUG' | 'INFO' | 'WARNING' | 'ERROR' | 'CRITICAL'
data *
The main content or message of the log
metadata
object
Additional JSON structured object to provide context for the log
created_at
number
unix timestamp (in seconds)
Important: Fields ending with an * are required in your request!
Last updated 1 year ago