Documentation for Axxon PSIM 1.0.0-1.0.1.

Previous page Product version  Authorization using a token key Next page


The request returns the version of the HTTP API that you use.

General format of the request:

GET http://IP address:port/web2/secure/version

Request example:

GET http://127.0.0.1:8085/web2/secure/version

Response example:

{
    "httpSDK": "0.0.2"
}

The HTTP API version is also specified in the Headers of all API requests except the product version request.

Example:

KeyValue
X-HTTPSDK-A0.0.2


  • No labels