cURL
curl --request GET \ --url http://localhost:5252/ping \ --header 'x-api-token: <api-key>'
{ "status": "ok", "port": 5252, "active": true }
Check server status
Server is up
"ok"
5252
true
Was this page helpful?