API ReferenceEvents
Track an event via webhook URL
Server-side ingestion for systems that can only POST to a URL. Authentication is the per-project webhook secret embedded in the path (no headers required); treat the full URL as a credential.
Path Parameters
projectShortIdstring
The project short id.
projectWebhookSecretstring
The per-project webhook secret (acts as the credential).
namestring
Length
length <= 100notify?boolean|null
message?string|null
user_id?string|null
anonymous_id?string|null
referrer?string|null
screen?string|null
language?string|null
url?string|null
hostname?string|null
metadata?|null
channel?string|null
value?number|null
currency?string|null
external_id?string|null
group_id?string|null
group_type?string|null
privacy_categories?string|null
pc?string|null
privacy_signals?string|null
ps?string|null
consent_source?string|null
_acOverrides?|null
Response Body
curl -X POST "https://api.logspot.io/hooks/string/string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'Empty
Empty
Empty