Skip to main content
POST
/
feedback
Create product feedback for a business
curl --request POST \
  --url https://api.leadping.ai/feedback \
  --header 'Content-Type: application/json' \
  --data '
{
  "message": "<string>",
  "route": "<string>",
  "area": "<string>",
  "allowContact": true,
  "clientVersion": "<string>"
}
'
{
  "id": "<string>",
  "businessId": "<string>",
  "userId": "<string>",
  "area": "<string>",
  "route": "<string>",
  "message": "<string>",
  "allowContact": true,
  "userAgent": "<string>",
  "clientVersion": "<string>",
  "serverVersion": "<string>",
  "environment": "<string>",
  "subscriptionPlanSnapshot": "<string>",
  "businessNameSnapshot": "<string>",
  "userEmailSnapshot": "<string>",
  "userDisplayNameSnapshot": "<string>",
  "adminNote": "<string>",
  "externalIssueUrl": "<string>",
  "duplicateOfFeedbackItemId": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "reviewedAt": "2023-11-07T05:31:56Z",
  "closedAt": "2023-11-07T05:31:56Z",
  "reviewedByUserId": "<string>",
  "closedByUserId": "<string>"
}

Body

User-facing request for product feedback capture.

type
enum<string> | null

Defines the type of product feedback submitted from inside Leadping.

Available options:
bug,
confusing,
feature_request,
missing_capability,
other
message
string | null
route
string | null
area
string | null
allowContact
boolean
clientVersion
string | null

Response

Created

Feedback item returned to admins and submitters.

id
string
businessId
string | null
userId
string | null
type
enum<string>

Defines the type of product feedback submitted from inside Leadping.

Available options:
bug,
confusing,
feature_request,
missing_capability,
other
status
enum<string>

Defines admin triage statuses for durable product feedback.

Available options:
new,
reviewed,
planned,
in_progress,
shipped,
closed,
ignored
area
string | null
route
string | null
message
string
allowContact
boolean
userAgent
string | null
clientVersion
string | null
serverVersion
string | null
environment
string | null
subscriptionPlanSnapshot
string | null
businessNameSnapshot
string | null
userEmailSnapshot
string | null
userDisplayNameSnapshot
string | null
adminNote
string | null
externalIssueUrl
string | null
duplicateOfFeedbackItemId
string | null
createdAt
string<date-time>
reviewedAt
string<date-time> | null
closedAt
string<date-time> | null
reviewedByUserId
string | null
closedByUserId
string | null