Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.
openapi: 3.2.0
info:
title: Pendo Engage Accounts Visitors API
description: The Pendo Engage API provides programmatic access to product analytics data and in-app guide management. Endpoints cover visitors, accounts, features, pages, guides, reports, and metadata used to push and pull product usage data and to manage Pendo configuration outside the UI. Authentication uses a per-subscription integration key sent in the X-Pendo-Integration-Key header.
version: '1.0'
contact:
name: Pendo Engage API
url: https://engageapi.pendo.io/
servers:
- url: https://app.pendo.io/api/v1
description: Pendo US data center
- url: https://app.eu.pendo.io/api/v1
description: Pendo EU data center
security:
- integrationKey: []
tags:
- name: Visitors
paths:
/visitor/{visitorId}:
parameters:
- name: visitorId
in: path
required: true
schema:
type: string
get:
tags:
- Visitors
summary: Get a visitor
operationId: getVisitor
responses:
'200':
description: Visitor details.
components:
securitySchemes:
integrationKey:
type: apiKey
in: header
name: X-Pendo-Integration-Key
description: Per-subscription Pendo integration key issued from the Pendo UI.