ZignSec provide a ping endpoint to check the status of the ZignSec Servers.
### API
GET to
Test environment: https://test.zignsec.com/v2/ping
Production environment: https://api.zignsec.com/v2/ping
## Response
| Parameter | Description |
| --------- | --------------------------- |
| DateTime | DateTime in UTC format. |
| IP | IP address of call service. |
### Example response for a Ping
```json
{
"DateTime": "2019-11-12T11:11:02.0361118Z",
"IP": "80.92.225.209"
}
```