Pendo website screenshot

Pendo

Pendo is a product analytics, in-app guidance, and feedback platform. Captures product usage, surfaces NPS, and delivers in-app messages, walkthroughs, and resource centers.

1 APIs 0 Features
ProductAnalyticsIn-App GuidanceCustomer SuccessNPS

APIs

Pendo Engage API

The Pendo Engage API provides programmatic access to product analytics data and in-app guide management — visitors, accounts, features, pages, guides, reports, metadata, and agg...

Collections

Pricing Plans

Pendo Plans Pricing

1 plans

PLANS

Rate Limits

Pendo Rate Limits

1 limits

RATE LIMITS

FinOps

Pendo Finops

FINOPS

Resources

👥
GitHubOrganization
GitHubOrganization
🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Developers
Developers
🔗
Documentation
Documentation
🔗
Plans
Plans
🔗
RateLimits
RateLimits
🔗
FinOps
FinOps
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Pendo Engage API
  version: '1.0'
request:
  auth:
    type: apikey
    key: X-Pendo-Integration-Key
    value: '{{X-Pendo-Integration-Key}}'
    placement: header
items:
- info:
    name: Visitors
    type: folder
  items:
  - info:
      name: Get a visitor
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/visitor/:visitorId
      params:
      - name: visitorId
        value: ''
        type: path
    docs: Get a visitor
- info:
    name: Metadata
    type: folder
  items:
  - info:
      name: Set custom visitor metadata values
      type: http
    http:
      method: POST
      url: https://app.pendo.io/api/v1/metadata/visitor/custom/value
    docs: Set custom visitor metadata values
  - info:
      name: Set custom account metadata values
      type: http
    http:
      method: POST
      url: https://app.pendo.io/api/v1/metadata/account/custom/value
    docs: Set custom account metadata values
- info:
    name: Accounts
    type: folder
  items:
  - info:
      name: Get an account
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/account/:accountId
      params:
      - name: accountId
        value: ''
        type: path
    docs: Get an account
- info:
    name: Features
    type: folder
  items:
  - info:
      name: List features
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/feature
    docs: List features
  - info:
      name: Get a feature
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/feature/:featureId
      params:
      - name: featureId
        value: ''
        type: path
    docs: Get a feature
- info:
    name: Pages
    type: folder
  items:
  - info:
      name: List pages
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/page
    docs: List pages
  - info:
      name: Get a page
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/page/:pageId
      params:
      - name: pageId
        value: ''
        type: path
    docs: Get a page
- info:
    name: Guides
    type: folder
  items:
  - info:
      name: List guides
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/guide
    docs: List guides
  - info:
      name: Get a guide
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/guide/:guideId
      params:
      - name: guideId
        value: ''
        type: path
    docs: Get a guide
- info:
    name: Reports
    type: folder
  items:
  - info:
      name: List reports
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/report
    docs: List reports
  - info:
      name: Get report results as CSV
      type: http
    http:
      method: GET
      url: https://app.pendo.io/api/v1/report/:reportId/results.csv
      params:
      - name: reportId
        value: ''
        type: path
    docs: Get report results as CSV
  - info:
      name: Execute an aggregation query
      type: http
    http:
      method: POST
      url: https://app.pendo.io/api/v1/aggregation
      body:
        type: json
        data: '{}'
    docs: Runs an ad-hoc aggregation pipeline against Pendo data (events, visitor history, etc.) and returns the result rows.
bundled: true