⚙️ Methods Overview#
eVSB provides API access to the full range of services available on the CSQ system. However, each API client is authorized to use only a specific set of methods based on their integration scope. CSQ will supply tailored documentation to each client with:The exact set of permitted endpoints (URIs)
The required parameters and expected responses
📦 Method Structure#
Each API method defines its own input parameters and validation rules, as well as a dedicated response object type. This object is always included inside the items
field of the standard JSON response envelope.
🔧 Utility & Connectivity Methods#
The following methods are available for general use or for connectivity testing:/ping
Basic health check. Returns the current server timestamp.
➕ No authentication headers required — useful for time sync testing./ping/{echo}
Echo test with parameter validation.
🔐 Requires authentication headers — ideal for verifying your integration setup.Modified at 2025-07-03 18:37:30