Check remote API health status

Returns the remote API connection status and build information

Responses
  • application/json
Request Example for get/healthCheck/remoteAPI
curl https://api.gpcn.com/v1/healthCheck/remoteAPI \
  --header 'X-API-Key: YOUR_SECRET_TOKEN'
{
  "connected": true,
  "buildInfo": "string"
}