← Tools Reference

Pendo

Pendo integration (Data, Marketing). Imported from open-connector.

API key5 toolshttps://api.pendo.com
GET
pendo_identify
Verify the current Pendo integration key and report whether Pendo says it has write access.

/api/v1/token/verify

GET
pendo_list_pages
List Pendo pages, optionally scoped to one application or expanded across all applications.

/api/v1/page

2 parameters
ParamTypeRequiredDescription
appIdstringoptionalPendo application ID used to list pages for one application in a multi-app subs…
expandAllAppsbooleanoptionalWhether to include pages from all applications in the subscription.
GET
pendo_get_pages
Get one or more Pendo pages by page ID.

/api/v1/page

1 parameter
ParamTypeRequiredDescription
idsarrayoptionalPendo page IDs to retrieve.
GET
pendo_list_features
List Pendo features, optionally scoped to one application or expanded across all applications.

/api/v1/feature

2 parameters
ParamTypeRequiredDescription
appIdstringoptionalPendo application ID used to list features for one application in a multi-app s…
expandAllAppsbooleanoptionalWhether to include features from all applications in the subscription.
GET
pendo_get_features
Get one or more Pendo features by feature ID.

/api/v1/feature

1 parameter
ParamTypeRequiredDescription
idsarrayoptionalPendo feature IDs to retrieve.