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