ERP (JTL-Wawi)
cURL
curl --request GET \ --url https://api.jtl-cloud.com/erp/info \ --header 'Authorization: Bearer <token>' \ --header 'x-tenant-id: <x-tenant-id>'
{ "Version": "<string>", "Timestamp": "2023-11-07T05:31:56Z", "Tenant": "<string>", "Type": "<string>" }
Returns the status of the API
The access token received from the authorization server in the OAuth 2.0 flow.
Specify the desired API version, e.g. '1.0'. If not provided, the last available version is set.
The tenant ID for the target ERP instance.
Status of the API.
Model Class: Status
The Version of Wawi.
The current Server Time
The name of the current Database Tenant
Constant Identifier of API
Was this page helpful?