Skip to content

Health check

Miscellaneous endpoints for general API functionality

Operations

Health check

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/vehicles/vehicle-api/ping \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Returned when the application is responsive and you are authenticated.

Bodytext/plain
string
Response
pong