v37

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-1170194628.0 KB
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

codeinteger required

HTTP status code

statusstring required

'success' or 'error'

feedback_idstring nullable

Unique feedback ID

messagestring required

Human-readable message

errorstring nullable

Error message if status is 'error'

detailsobject nullable

Additional error details