API Documentation Page
FeedbackPulse provides an interactive API documentation page so tenants can explore and test available endpoints.
Accessing API Docs
Перейдите к /api-docs from the панель арендатора to view the full API reference.
Endpoint Grouping
Endpoints are organized by resource:
| Resource | Описание |
|---|---|
| Заявки | Create, read, update, and manage feedback submissions |
| Продукты | Manage products and their configurations |
| Кампании | Create and manage feedback campaigns |
| Вебхуки | Configure and manage webhook subscriptions |
Endpoint Details
Each endpoint entry displays the following information:
| Поле | Описание |
|---|---|
| HTTP Method | The request method (GET, POST, PUT, DELETE) |
| URL | The full endpoint path |
| Параметры | Required and optional parameters with types and descriptions |
| Example Request | Sample request body or query parameters |
| Example Response | Sample JSON response with status code |