GET /api/v1/checkHealth.jsp
The checkHealth API call provides a general status overview of the server, confirming that no major or global issues are present and that the server is operating normally.
Parameters: none
Example:
curl -i -X GET "<path_to_infolink>/api/v1/checkHealth.jsp?apiKey=[your API key]
Response: the content type of the response is text/plain:
OK- means not issue found<any other than OK>- a human-readable error message
Last updated on