Skip to main content
POST
/
v3
/
logs
Ingest Logs
curl --request POST \
  --url https://api.fivemanage.com/api/v3/logs \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '
[
  {
    "level": "<string>",
    "message": "<string>",
    "metadata": {},
    "resource": "<string>",
    "timestamp": "<string>"
  }
]
'
{
  "status": "ok"
}

Documentation Index

Fetch the complete documentation index at: https://docs.fivemanage.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Body

application/json

Log entries (array of objects)

level
string
message
string
metadata
object
resource
string
timestamp
string

Response

OK

status
string
Example:

"ok"