Method: UpBankingClient::UtilityEndpointsApi#util_ping_get

Defined in:
lib/up_banking/api/utility_endpoints_api.rb

#util_ping_get(opts = {}) ⇒ PingResponse

Ping Make a basic ping request to the API. This is useful to verify that authentication is functioning correctly. On authentication success an HTTP 200 status is returned. On failure an HTTP 401 error response is returned.

Parameters:

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



26
27
28
29
# File 'lib/up_banking/api/utility_endpoints_api.rb', line 26

def util_ping_get(opts = {})
  data, _status_code, _headers = util_ping_get_with_http_info(opts)
  data
end