Health Check
A health check can be performed on the API by calling the /ping endpoint.
Definition
GET https://api.maplerad.com/pingReturns an HTTP status 200 if the API is available.
Example Request
curl https://api.maplerad.com/pingExample Response
{
	"message": "I'm all the way up 🚀" 
}Updated about 1 month ago
