A simple utility endpoint to check if the API is running.
GET /api/v1/ping.php
- Description: Checks API health.
- Response (200 OK):
1 2 3 4{ "status": "pong", "timestamp": "2023-10-27T10:30:00+00:00" }
.
A simple utility endpoint to check if the API is running.
GET /api/v1/ping.php | |