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": "1.8.10.0",
  "Timestamp": "2023-02-01T12:45:00.0000000+00:00",
  "Tenant": "eazybusiness",
  "Type": "WAWI-Api"
}

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.

Example:

"1.8.10.0"

Timestamp
string<date-time>
required

The current Server Time

Example:

"2023-02-01T12:45:00.0000000+00:00"

Tenant
string
required

The name of the current Database Tenant

Example:

"eazybusiness"

Type
string
required

Constant Identifier of API

Example:

"WAWI-Api"