API Documentation
Components
Component Groups
Incident Updates
Incident Templates
Cachet
Test the API
GET
/
ping
Copy
Ask AI
curl --request GET \
--url http://localhost/api/ping
Copy
Ask AI
{
"data": "Pong!"
}
Response
200 - application/json
The response is of type object
.
Copy
Ask AI
curl --request GET \
--url http://localhost/api/ping
Copy
Ask AI
{
"data": "Pong!"
}
Assistant
Responses are generated using AI and may contain mistakes.