Aller au contenu principal

API Documentation Page

FeedbackPulse provides an interactive API documentation page so tenants can explore and test available endpoints.


Accessing API Docs

Accedez a /api-docs from the tableau de bord du locataire to view the full API reference.


Endpoint Grouping

Endpoints are organized by resource:

ResourceDescription
SoumissionsCreate, read, update, and manage feedback submissions
ProduitsManage products and their configurations
CampagnesCreate and manage feedback campaigns
WebhooksConfigure and manage webhook subscriptions

Endpoint Details

Each endpoint entry displays the following information:

ChampDescription
HTTP MethodThe request method (GET, POST, PUT, DELETE)
URLThe full endpoint path
ParametresRequired and optional parameters with types and descriptions
Example RequestSample request body or query parameters
Example ResponseSample JSON response with status code

Authentication

The API docs page includes authentication instructions. All API requests require an API key passed in the request header:

Authorization: Bearer {your-api-key}

Cles API can be generated from the tenant Parametres page.


Copy-to-Clipboard

Each endpoint includes a pre-built cURL command that can be copied to the clipboard with a single click, making it easy to test endpoints from the terminal.


Etapes Suivantes