Skip to main content
GET
List App Feedbacks

Authorizations

Authorization
string
header
required

Every request authenticates with an API key: Authorization: Bearer {API_KEY}. App endpoints take an app API key; knowledge endpoints take a knowledge base API key (Get Started).

Keep keys server-side; never embed them in client code. Requests with a missing or invalid key fail with HTTP 401 (unauthorized).

Query Parameters

page
integer
default:1

Page number.

Required range: x >= 1
limit
integer
default:20

Feedback items per page.

Required range: 1 <= x <= 101

Response

200 - application/json

A list of application feedbacks.

data
object[]

List of feedback items.