ping

Ping the payment-api service. Will also validate the api key present on the request

Ping the payment-api service

Responses
200

Service available

400

API service available, but there was an issue with the api key configuration on the request

get/ping
Request samples
curl -i -X GET \
  https://test.api.roadsync.app/v0/payment/ping
Response samples
application/json
{
  • "data": {
    },
  • "errors": [
    ]
}
Copyright © RoadSync 2022. All right reserved.