CSQ Docs
  1. Test connection
CSQ Docs
eVSB
  • eVSB
  • Overview
  • Headers
  • Methods
  • Error Codes
  • Test connection
    • ping echo
      GET
    • ping
      GET
  • Utils
    • Balances
      GET
    • Prices Direct
      GET
    • Prices Reverse
      GET
  • Prepaid
    • Recharge
      • Get Products
      • Purchase
    • Vouchers
      • Get Products
      • Vouchers Purchase
      • Voucher Additional Data
      • Get Finished Vouchers
    • Supermarket vouchers
      • Supermarket Vouchers Purchase
  • Postpaid
    • Billpayment
      • Get Parameters
      • Get Invoices
      • Payment
  1. Test connection

ping

GET
/ping
ping-controller

Request

Header Params
U
string 
required
Default:
{{U}}
SH
string 
required
Default:
{{SH}}
ST
string 
required
Default:
{{ST}}

Request samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://evsbus.csqworld.com/ping' \
--header 'U;' \
--header 'SH;' \
--header 'ST;'

Responses

🟢200OK
application/json
Body
rc
integer <int32>
optional
echo
string 
optional
ts
integer <int64>
optional
Example
{
  "rc": 0,
  "echo": "echo",
  "ts": 11192547
}
Previous
ping echo
Next
Utils
Built with