Ping Pong

Endpoints for ping-pong testing

Ping endpoint

get

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

Responses
200

OK

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

Last updated

Was this helpful?