Skip to main content
GET
/
version
Get Version
curl --request GET \
  --url http://localhost/api/version \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "version": "'3.x-dev'"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200 - application/json
data
object
required