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

Documentation Index

Fetch the complete documentation index at: https://developer.jtl-software.com/llms.txt

Use this file to discover all available pages before exploring further.

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.

api-version
string

Specify the desired API version, e.g. '1.0'. If not provided, the last available version is set.

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