# Ping System Endpoint: GET /api/system/ping Version: 1.0.0 Security: JWT ## Response 200 fields (application/json): - `pong` (string, required) The current time on the server Example: "2024-10-31T17:58:38.066Z" ## Response 401 fields (application/json): - `errors` (array) List of errors - `errors.code` (string, required) The error code - `errors.correlationId` (string) The correlation identifier from the input - `errors.field` (string) The field in error, if applicable - `errors.message` (string, required) The error message - `errors.parameter` (string) The parameter in error, if applicable - `errors.path` (string) The path to the field specifically in error, if applicable - `submissionId` (string) Submission identifier for issue investigation ## Response 403 fields (application/json): - `errors` (array) List of errors - `errors.code` (string, required) The error code - `errors.correlationId` (string) The correlation identifier from the input - `errors.field` (string) The field in error, if applicable - `errors.message` (string, required) The error message - `errors.parameter` (string) The parameter in error, if applicable - `errors.path` (string) The path to the field specifically in error, if applicable - `submissionId` (string) Submission identifier for issue investigation ## Response 429 fields (application/json): - `errors` (array) List of errors - `errors.code` (string, required) The error code - `errors.correlationId` (string) The correlation identifier from the input - `errors.field` (string) The field in error, if applicable - `errors.message` (string, required) The error message - `errors.parameter` (string) The parameter in error, if applicable - `errors.path` (string) The path to the field specifically in error, if applicable - `submissionId` (string) Submission identifier for issue investigation ## Response 500 fields (application/json): - `errors` (array) List of errors - `errors.code` (string, required) The error code - `errors.correlationId` (string) The correlation identifier from the input - `errors.field` (string) The field in error, if applicable - `errors.message` (string, required) The error message - `errors.parameter` (string) The parameter in error, if applicable - `errors.path` (string) The path to the field specifically in error, if applicable - `submissionId` (string) Submission identifier for issue investigation