A simple call which always returns an ok message.
Can be used for example for testing keys, internet connection availability and api status.

Example JSON response:

{
"status": "OK",
"message": "Everything is fine",
"method": "GET"
}

 

Back to Top