Skip to content

Health check

Miscellaneous endpoints for general API functionality

Operations

Ping

Request

The ping-endpoint can be used for validating a connection with the application. It will authenticate the caller and respond pong if everything is set-up correctly.

Security
clientCredentials
curl -i -X GET \
  https://developer.conundra.eu/_mock/apis/order-book/order-book-api/ping \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

pong

Bodytext/plain
string
Response
string