Skip to main content
GET
/
v2
/
feature
Get Features
curl --request GET \
  --url https://api.jtl-cloud.com/erp/v2/feature \
  --header 'Authorization: Bearer <token>' \
  --header 'x-tenant-id: <x-tenant-id>'
[
  {
    "feature": "<string>",
    "version": 123,
    "release": "<string>",
    "isUsable": true
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Response

200 - application/json

The available features with release state and API version.

feature
string

The Identifier of the Feature.

version
integer<int32>

The Version of API.

release
string

The releasestate of the Feature

isUsable
boolean

The endpoint is possible to use