Check Application Health
Returns the overall health status of the application, including dependency checks.
Headers
- Type: stringAuthorizationrequired
Bearer token for API authorization. Send in the format:
Bearer ACCESS_TOKEN_GOES_HERE.
Responses
- application/json
Request Example for get/health
curl https://SERVER_NAME_GOES_HERE.partech.com/health \
--header 'Authorization: Bearer ACCESS_TOKEN_GOES_HERE'
{ "recordCount": 0, "data": { "data": { "additionalProp1": "string", "additionalProp2": "string", "additionalProp3": "string" }, "description": "string", "exception": {