Skip to main content
POST
Log event

Authorizations

Admin cookie authentication (configurable in config.json)

Body

application/json
event_ip
string
required

Source IP address

Example:

"203.0.113.45"

target
string
required

Target ID

Example:

"a7k2m9"

event_type
enum<string>
required

Event type

Available options:
CLICK,
POST_DATA,
COOKIE_DATA,
EMAIL_SENT,
ERROR
Example:

"CLICK"

event_data
string
required

Event-specific data

Example:

"User-Agent: Mozilla/5.0..."

Response

Event created successfully

The response is of type string.

Example:

"Event created"