Skip to main content
Unlisted page
This page is unlisted. Search engines will not index it, and only users having a direct link can access it.

Pendo Feedback

Authentication & Authorization

Credentials

  • Pendo Feedback API uses token-based authentication.
  • API Key should be added to every request as a request header named auth-token (see Pendo Feedback Connection Instructions).
  • Publicly exposing your API credentials can allow unauthorized access to the Pendo Feedback API endpoints, and your Pendo Feedback data by a third party. DataGrail stores your API credentials encrypted and protected.

Base URL

The base URL depending where your data center is located:

  • US base URL: https://api.feedback.us.pendo.io
  • EU base URL: https://api.feedback.eu.pendo.io

Permissions

  • To create API Key, user must have admin rights.
  • An API Key can be used to perform any API request without restriction.

Endpoints Utilized

DataGrail uses the following endpoint to validate that credentials are good based on a successful response:

  • GET {BASE_URL}/users/search

Limits

DataGrail processes API responses with HTTP 429 status to interrupt requests, waiting and retrying (using an exponential backoff strategy).

Access

For an access request, DataGrail will take the following actions:

Endpoints Utilized

  • GET {BASE_URL}/users/search
note

DataGrail also supports the Direct Contact Access workflow for Pendo Feedback.

Deletion

For a deletion request, DataGrail will take the following actions:

  • Run all data access steps to find objects that can be deleted (see Access). You can select which found objects you want to delete via our Portal Requests.
  • Delete a user. This removes most traces of a user's existence from the system.

Endpoints Utilized

  • GET {BASE_URL}/users/search
  • DELETE {BASE_URL}/users/{user_id}
note

DataGrail also supports the Direct Contact Deletion workflow for Pendo Feedback.

 

Need help?
If you have any questions, please reach out to your dedicated Account Manager or contact us at support@datagrail.io.

Disclaimer: The information contained in this message does not constitute as legal advice. We would advise seeking professional counsel before acting on or interpreting any material.