v1
Feedback
Get Feedback By Id V1
Retrieve feedback by ID.
This endpoint allows developers to fetch feedback details by feedback ID.
Only the user who created the feedback or users with appropriate permissions can access it.
**Authentication Required**:
One of the following authentication methods must be used:
- Bearer token in `Authorization` header
- API Key in `X-API-Key` header
- Session token in `X-Session-Token` header
**Required Headers**:
- X-Client-Type: (e.g., 'papr_plugin', 'browser_extension')
get/v1/feedback/{feedback_id}
Path parameters
feedback_idstring required
Response
Feedback retrieved successfully