Skip to main content
GET
/
event
/
ping
Ping
curl --request GET \
  --url http://localhost:8080/event/ping
"0"

Documentation Index

Fetch the complete documentation index at: https://medama.mintlify.app/llms.txt

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

Headers

If-Modified-Since
string

If this exists, then user exists in cache and is not a unique user.

Query Parameters

u
string

Optional query parameter that is the current host and pathname of the page.

Response

OK

This is set to 0 if the user is a unique user, otherwise 1.

Example:

"0"