Skip to main content
GET
/
v1
/
feature
Get Features
curl --request GET \
  --url https://api.jtl-cloud.com/erp/v1/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
required

The Identifier of the Feature.

Version
integer<int32>
required

The Version of API.

Release
string
required

The releasestate of the Feature

IsUsable
boolean
required

The endpoint is possible to use