Does roundtrip with the backend API

Test backend connectivity

Securityapi_key
Request
query Parameters
pong
string <= 2048 characters /^.*$/
Responses
200

A backend test response

401

API key is missing or invalid

403

Request is completely forbidden. API not provided or method and or endpoint not supported

404

404 Not found

429

429 too many requests response

500

Service Error

default

unexpected error response

get/ping
Request samples
Response samples
application/json
{
  • "code": "Success",
  • "message": "string",
  • "pong": "pong",
  • "version": "1.8.45"
}
Copyright © RoadSync 2023. All right reserved.