# egoisdk.PingApi All URIs are relative to *https://api.egoiapp.com* Method | HTTP request | Description ------------- | ------------- | ------------- [**ping**](PingApi.md#ping) | **POST** /ping | Pings the API ## ping > Ping ping() Pings the API Checks if API is up and running ### Example ```javascript import egoisdk from 'egoisdk'; let apiInstance = new egoisdk.PingApi(); apiInstance.ping((error, data, response) => { if (error) { console.error(error); } else { console.log('API called successfully. Returned data: ' + data); } }); ``` ### Parameters This endpoint does not need any parameter. ### Return type [**Ping**](Ping.md) ### Authorization No authorization required ### HTTP request headers - **Content-Type**: Not defined - **Accept**: application/json