System version

Get version

Use this method to obtain the current version of the B2Core IB app.

Request

Header parameters:

  • Authorization: Bearer <token>

GET[base]/version

curl --location --request GET 'https://your.base-url.here/version' \
--header 'Authorization: Bearer <token>'

Response

Body:

version string

The current version of the B2Core IB app.

RESPONSE BODY EXAMPLE
{
  "version": "2.18.0"
}