ZignSec provide ping endpoint to check status of ZignSec Server. 

API

GET to https://env.zignsec.com/v2/ping

where env is API or test.

Response

DateTimeDateTime in UTC format.
IPIP address of call service.

Example response for a Ping

{
  "DateTime": "2019-11-12T11:11:02.0361118Z",
  "IP": "80.92.225.209"
}