Endpoints for ping-pong testing
Returns a 'pong' response to test the API availability.
OK
Details of an error response
Unauthorized
Forbidden
Conflict
Internal Server Error
GET /api/ping HTTP/1.1 Host: localhost:8080 Accept: */*
{ "detail": "Invalid input data" }
Was this helpful?