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
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
API key as a query parameter (auth-token)
GET /endpoint?auth-token=YOUR_KEY
Paid product analytics and user feedback platform. Pricing on request.
| Method | Path | Description |
|---|---|---|
| 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 |
curl -X GET 'https://api.feedback.eu.pendo.io/accounts' \ -H 'GET /endpoint?auth-token=YOUR_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official Pendo Feedback documentation.