cURL
curl --request POST \ --url https://productlane.com/api/v1/feedback \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "text": "<string>", "painLevel": "UNKNOWN", "origin": "INAPP", "email": "jsmith@example.com", "projectId": "<string>", "issueId": "<string>", "notify": { "slack": true, "email": true } }'
{ "id": "<string>" }
Create new feedback. This is the equivalent of adding feedback through the widget or portal.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful response
The response is of type object.
object