Skip to main content
GET
/
v2
/
info
Get Status
curl --request GET \
  --url https://api.jtl-cloud.com/erp/v2/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

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Response

Status of the API.

Model Class: Status

version
string

The Version of Wawi.

timestamp
string<date-time>

The current Server Time

tenant
string

The name of the current Database Tenant

type
string

Constant Identifier of API