Skip to main content
GET
/
feedback
/
feedback_form
Search for feedback forms
curl --request GET \
  --url https://api.partoo.co/v2/feedback/feedback_form \
  --header 'x-APIKey: <api-key>'
{
  "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_to_business": false,
      "email_reply_expeditor_name": "MyCompany",
      "expiration_interval_seconds": 1209600,
      "display_name": "Global Satisfaction"
    }
  ]
}

Authorizations

x-APIKey
string
header
required

The authentication system on Partoo API is using API Key that should be put in the header of the request (the name of the header is x-APIKey). An api_key is linked to a user. This user's role will give you different access level to the API features.

Response

OK

page
integer

Current page number

Example:

1

max_page
integer

Last page number

Example:

10

count
integer

Number of resources complying with filters

Example:

287

items
object[]

Filtered feedback forms