Cachet
Test the API
API Documentation
Components
Component Groups
Incident Updates
Incident Templates
MetricPoint
Cachet
Test the API
GET
/
ping
curl --request GET \
--url http://localhost/api/ping
{
"data": "Pong!"
}
Response
200 - application/json
curl --request GET \
--url http://localhost/api/ping
{
"data": "Pong!"
}