curl --location --request GET 'https://api.cobra.de/v1/tenant-info' \
--header 'X-Integration-Name: API Documentation' \
--header 'X-Integration-Provider: cobra GmbH' \
--header 'X-Cobra-TenantId: 12e39e53-ece1-4d8d-8958-e782de1dbef0'
{
"data": {
"tenantId": "12e39e53-ece1-4d8d-8958-e782de1dbef0",
"tariff": "95e95b33-6e9c-402d-beae-b0d06c74b199",
"tariffVersion": 1,
"trial": false,
"tenantName": "cobraTenant",
"companyName": "cobra GmbH",
"eMail": "info@cobra.de",
"cobraLink": "https://cobra.de/goto/addresses/14",
"salutation": "Mr.",
"firstname": "Max",
"lastname": "Mustermann",
"active": true,
"tenantUrl": "https://tenantName.my.cobra.de",
"trialEnd": "2024-01-10T15:06:25.355Z",
"lockout": false,
"lockoutReason": "Empty"
},
"message": "string",
"metaData": {
"totalResults": 0,
"responseTimeStamp": "2019-08-24T14:15:22Z"
},
"statusCode": 0
}