Ping System

For connectivity testing. Checks for server health and ensures a valid auth token is being properly provided.

SecurityJWT
Responses
200

OK

400

Invalid parameter(s)

401

Unauthorized access

403

Permission denied

429

Server too busy or acceptable use policy violation

500

An unexpected error has occurred

get/api/system/ping
Response samples
application/json
{
  • "pong": "2024-10-22T19:26:52.641Z"
}