My App
APIEndpoints

POST /v1/events

Ingest an audit event.

POST/v1/events

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

curl -X POST "https://api.hyrelog.com/v1/events" \  -H "Content-Type: application/json" \  -d '{    "category": "string",    "action": "string"  }'
{
  "id": "string"
}
{
  "id": "string"
}