Verify connectivityget https://deviceIpOrHost:12346/connect/v1/device/pingCheck that your app can connect to the Clover device.HeadersX-Clover-Device-IdstringrequiredThe Clover device to route the request to.X-POS-IdstringrequiredAn identifier for the POS making the request.Responses 200The device was successfully reached. 209Operation was canceled. 400The request is invalid, and subsequent calls will continue to fail; do not repeat the call. 401An invalid bearer token has been provided. The call may be repeated if the provided bearer token is updated. 415The request is invalid, and contains request data in an unsupported format. This call may be repeated if the content is changed to a supported format. 500The request processing failed with an unknown error, and the processing state of the operation is indeterminate. Do not repeat the call without additional analysis. 501The device does not have the ability to respond to the requested operation; do not repeat the call. 503The device is not available because it is currently servicing another call. This can be repeated at a later time, or cancel may be called to end the current operation. 504The Device did not respond in a timely manner. This can be repeated at a later time.Updated 14 days ago