# Pendo Feedback API **Provider:** Pendo Feedback **Category:** maps **Base URL:** `https://api.feedback.eu.pendo.io` **Auth:** api-key — `GET /endpoint?auth-token=YOUR_KEY` **Rate Limit:** Based on contract **Free Tier:** No **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.feedback.eu.pendo.io ## Description 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 ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.feedback.eu.pendo.io/accounts` | Query accounts | | DELETE | `https://api.feedback.eu.pendo.io/accounts/{id}` | Delete an Account | | GET | `https://api.feedback.eu.pendo.io/accounts/{id}` | Get an Account | | PUT | `https://api.feedback.eu.pendo.io/accounts/{id}` | Update an Account | | DELETE | `https://api.feedback.eu.pendo.io/accounts/{id}/tags` | Delete custom Account tags | | GET | `https://api.feedback.eu.pendo.io/accounts/{id}/tags` | Get custom Account tags | | POST | `https://api.feedback.eu.pendo.io/accounts/{id}/tags` | Overwrite current custom Account tags with the given tags | | GET | `https://api.feedback.eu.pendo.io/comments` | fetch Comment records | ## Authentication API key as a query parameter (auth-token) ``` GET /endpoint?auth-token=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.feedback.eu.pendo.io/accounts' \ -H 'GET /endpoint?auth-token=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Paid product analytics and user feedback platform. Pricing on request. --- *Source: [API Map](https://apimap.dev/apis/pendo-feedback/) — CC BY 4.0*