Get pendo authentication key

GET /closeAPI/api/pendo/key

Responses

GET /closeAPI/api/pendo/key
curl \
 --request GET 'http://close-service:8082/closeAPI/api/pendo/key'
Response examples (200)
{
  "pendoEnabled": true,
  "pendoApiKey": "string",
  "tenantId": "string",
  "globalAppVersion": "string",
  "customerId": "string"
}