v1

latestSwagger 2.0Apache 2.02026-07-17233.6 KB
Health

Ping interface

return pong response, for testing if the service is running

get/v1/ping

Response

Success response

messagestring
servicestring
timestampinteger

Example response

{
  "message": "pong",
  "service": "nvcf-nats-auth-callout-service",
  "timestamp": 1640995200
}