Ping Third-Party Gateway

The customer portal makes this REST call to the Third-Party Gateway to check connectivity to the API gateway.

Ping Third-Party Gateway response details

Request URL

GET di/third-party-gateway/api/v1/health-check/ping

Response code

200 The resource is successfully returned by the Third-Party Gateway

Response schema

{
"type": "object",
"properties": {
" receivedTimeUtc": {
"type": "string",
"description": "Time stamp at which request is executed."
}
}
}

Response sample

{
 "receivedTimeUtc": "2018-08-03T10:42:07Z"
}