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
- Mock serverhttps://developer.conundra.eu/_mock/apis/vehicles/vehicle-api/ping
- Vehicle API Productionhttps://api.conundra.eu/vehicle/v1/ping
curl -i -X GET \
https://developer.conundra.eu/_mock/apis/vehicles/vehicle-api/ping \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'