Go to documentation repository
The request returns the version of the HTTP API that you use.
GET http://IP address:port/web2/secure/version
GET http://127.0.0.1:8085/web2/secure/version
{
"httpSDK": "0.0.2"
}
The HTTP API version is also specified in the Headers of all API requests except the product version request.
Example:
| Key | Value |
|---|---|
| X-HTTPSDK-A | 0.0.2 |