Skip to main content
GET
/
ping
Ping server
curl --request GET \
  --url http://localhost:5252/ping \
  --header 'x-api-token: <api-key>'
{
  "status": "ok",
  "port": 5252,
  "active": true
}

Authorizations

x-api-token
string
header
required

Response

Server is up

status
string
Example:

"ok"

port
integer
Example:

5252

active
boolean
Example:

true