P

Pendo Feedback API

by Pendo Feedback

Who is this for? This documentation is for developers creating their own integration with Feedback's API. If you are doing a standard integration, there's a really easy [Javascript integration](https://help.receptive.io/hc/en-us/articles/209221969-How-to

mapspendo

Quick Reference

Base URL https://api.feedback.eu.pendo.io Auth type API Key Header Auth header GET /endpoint?auth-token=YOUR_KEY Rate limit Based on contract Pricing Enterprise / contact sales Free quota None Documentation https://api.feedback.eu.pendo.io Endpoint status Live — HTTP 200 — endpoint is accessible1.65s (checked Mar 29, 2026) Builder score C 55% builder-friendly
Pricing
28
Latency
60
Depth
72

Authentication

API key as a query parameter (auth-token)

GET /endpoint?auth-token=YOUR_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Paid product analytics and user feedback platform. Pricing on request.

Key Endpoints

MethodPathDescription
GET /accounts Query accounts
DELETE /accounts/{id} Delete an Account
GET /accounts/{id} Get an Account
PUT /accounts/{id} Update an Account
DELETE /accounts/{id}/tags Delete custom Account tags
GET /accounts/{id}/tags Get custom Account tags
POST /accounts/{id}/tags Overwrite current custom Account tags with the given tags
GET /comments fetch Comment records

Sample Request

curl -X GET 'https://api.feedback.eu.pendo.io/accounts' \
  -H 'GET /endpoint?auth-token=YOUR_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Pendo Feedback documentation.