v1

latestOpenAPI 3.1.0© Copyright Partoo2026-07-26163503484.0 KB
Feedback Management

Search for feedback forms

<Warning> The Feedback Management API is currently in **BETA**, therefore the following endpoints are subject to modification, given a **2 week notice**.

If you are planning to use any of them, please notify us so we will be able to keep you informed about upcoming changes. </Warning>

This endpoint lets you search for the feedback forms of your organization.

The response is paginated (30 results per page).

get/feedback/feedback_form

Response

OK

pageinteger

Current page number

max_pageinteger

Last page number

countinteger

Number of resources complying with filters

Example response

{
  "page": 1,
  "max_page": 10,
  "count": 287,
  "items": [
    {
      "id": "674d791c13c9d976e20001b1",
      "org_id": 42,
      "email_reply_source": "noreply@example.com",
      "email_reply_subject": "About your feedback",
      "email_reply_expeditor_name": "MyCompany",
      "display_name": "Global Satisfaction"
    }
  ]
}