CSQ Docs
    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

    Methods

    Methods overview#

    eVSB is an API access to full set of services on CSQ system. So, each API consumer should know & use just methods allowed to him. CSQ will deliver as an extra documentation exact URIs & parameters for each API consumer depeding on their purpose.
    Each method got its own parameter types & validations. As well, each method got it's own object type response class, that will be insered in items field of general JSON response.
    Some of the general/utility methods, or take-contact methods, are:
    /ping: Checks API availability. Will return current server timestamp. Can be used for synchronizing. Can be requested without authentification headers
    /ping/{echo}: Same as prior, but returns an echo of param. This ping version needs authentification headers. Can be used for check authentification implementation.
    No schema defined
    Modified at 2024-07-10 11:57:32
    Previous
    Headers
    Next
    Error Codes
    Built with