ERP (JTL-Wawi)
cURL
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 } ]
Returns the available feature sets with release state and API version
The access token received from the authorization server in the OAuth 2.0 flow.
The tenant ID for the target ERP instance.
The available features with release state and API version.
The Identifier of the Feature.
The Version of API.
The releasestate of the Feature
The endpoint is possible to use
Was this page helpful?