Skip to main content
POST
/
v1
/
data-ingress
/
{feedbackSource}
Submit feedback with source
curl --request POST \
  --url https://api.meetsquad.ai/v1/data-ingress/{feedbackSource} \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: text/plain' \
  --data 'I found the dashboard confusing to navigate'
{
  "data": {
    "insight": "I had trouble with the checkout process on your website",
    "source": "SLACK",
    "workspaceId": "c0e195d9-b918-4a3a-bd8b-f730361d044f",
    "organisationId": "a5f3c6e1-9d20-4f7b-8e31-d09a2b63c184"
  }
}

Authorizations

Authorization
string
header
required

API key authentication for public API endpoints. This key is scoped by workspace so a unique key is required per workspace within an organisation.

Path Parameters

feedbackSource
string
required

The source of the feedback (e.g. MOBILE_APP, WEB_FORM). Must be UPPERCASE_WITH_UNDERSCORES.

Body

text/plain

Plain text feedback content

Example:

"I found the dashboard confusing to navigate"

Response

Feedback processed successfully

data
object
required

Response data for processed insight