Skip to main content
Search

Network Health Check

Version: 3.0.0

Method

POST

Url

https://{YOUR_SERVICE_URL}/(network health check: 0)

This callback API endpoint is for network health monitoring. GTR periodically calls this endpoint to verify service availability and connectivity of clients connected to GTR Network.

Authentication

No authentication

Path Parameters

No path parameters

Query Parameters

No query parameters

Request Body

No requset body

Responses

Status 200

OK

JSON Content

PropertyTypeDescription
verifyMessage
String
verifyStatus
Integer

Status HTTP Status: 200, VerifyStatus: 100000

JSON Content

PropertyTypeDescription
data
Object
PropertyTypeDescription
No properties
verifyMessage
String
verifyStatus
Integer

Response Example

HTTP Status: 200, VerifyStatus: 100000

{"verifyStatus": 100000,"verifyMessage": "Verify Success"}