How to create your first audit events project
Review how projects work and how to create them
Where to get the organization id
Review the step by step to find your organization id.
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
curl --location "https://api.loghub.app/v1/event" \
--header "token: your_secret_12345" \
--header "organization: your_organization_id" \
--header "Content-Type: application/json" \
--data-raw "{
...
}"