Ping Pong

Endpoints for ping-pong testing

Ping endpoint

get

Returns a 'pong' response to test the API availability.

Responses
200
OK
*/*
get
GET /api/ping HTTP/1.1
Host: localhost:8080
Accept: */*
{
  "detail": "Invalid input data"
}

Was this helpful?