Get api health in the environment

Version 1.0.0
download iconDownload spec

Endpoint

GET
https://apporigin-apsntvap-test2-e2.az.3pc.att.com:8443/msapi/authentication/healthz

Health Check

arrowSecurity

http

scheme:basic
arrowRequest

Responses

Success response for api availability

arrowBody

application/json
    • [
      {
    • }
      ]

REQUEST

1
2
3
4
5

RESPONSE

1
2
3
4
5
6
7
[
  {
    "application_name": "omni",
    "message": "Application up and running",
    "time": "2025-04-025T20:10:26.843-05:00"
  }
]