<< home
LogVault - A free and simple way to log and inspect all requests to your API - or whatever you need to log and monitor - up to 10 MB per account
| Method | Description |
|---|---|
|
How to send logs to LogVault |
|
| POST: |
https://grosen.tools/submit-logvault Headers:
'Content-Type: application/json',
"X-LogVault-Token: <token>"
Headers example:
'Content-Type: application/json',
"X-LogVault-Token: EKSclp7uofzK22DQrNhhCg2bzz4RCqRiBVSUux7YHGYrBFgxOU"
Message body: log: Your log Log body example (JSON):
{
"log": "This is a test log"
}
|
|
Output if succesful (JSON)
{
"log": {
"success":true,
"message":"LogVault entry stored"
}
}
|
|
|
Limits
|