Get pendo authentication key

GET /closeAPI/api/pendo/key

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • pendoEnabled boolean
    • pendoApiKey string
    • tenantId string
    • globalAppVersion string
    • customerId string
GET /closeAPI/api/pendo/key
curl \
 --request GET 'https://customer.trintech.com/closeAPI/api/pendo/key'
Response examples (200)
{
  "pendoEnabled": true,
  "pendoApiKey": "string",
  "tenantId": "string",
  "globalAppVersion": "string",
  "customerId": "string"
}