POST
/
insights
curl --request POST \
  --url https://productlane.com/api/v1/insights \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "title": "<string>",
  "text": "<string>",
  "painLevel": "UNKNOWN",
  "origin": "API_KEY_USER",
  "contactEmail": "[email protected]",
  "contactName": "<string>",
  "projectId": "<string>",
  "notify": {
    "slack": true,
    "email": true
  }
}'
"<any>"

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Response

200
application/json
Successful response

The response is of type any.