Skip to main content
GET
/
info
Get Status
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>"
}

Authorizations

Authorization
string
header
required

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

Headers

api-version
string

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

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Response

Status of the API.

Model Class: Status

Version
string
required

The Version of Wawi.

Timestamp
string<date-time>
required

The current Server Time

Tenant
string
required

The name of the current Database Tenant

Type
string
required

Constant Identifier of API