CSQ Docs
    CSQ Docs
    eVSB
    • eVSB
    • Back to home
    • Test connection
    • ping echo
      GET
    • ping
      GET

    Test connection

    🧰 Utility & Connectivity Endpoints#

    These endpoints serve as general-purpose tools for availability checks and authentication debugging:
    /ping
    Verifies basic API availability. Returns the server’s current timestamp and can be used for synchronization or uptime monitoring.
    🔓 No authentication headers are required.
    /ping/{echo}
    Functions like /ping, but echoes back the {echo} parameter sent by the client.
    🔐 Requires full authentication headers. Useful for verifying correct authentication implementation and header validation.
    Modified at 2025-07-03 20:10:25
    Built with