Send feedback
Send feedback to Edge Impulse or get in touch with sales.
Authorizations
Path parameters
userIdintegerRequired
User ID
Body
typestring · enumRequiredPossible values:
subjectstringRequired
The reason the user is contacting Edge Impulse Support.
bodystringRequired
The body of the message.
workEmailstringOptional
The user's work email address. This is optional, if it's not provided, the registered email will be used.
companystringOptional
The user's company. This is optional.
jobTitlestringOptional
The user's job title. This is optional.
companySizestringOptional
The user's company size. This is optional.
organizationIdnumberOptional
The user's organization ID. This is optional.
Responses
200
OK
application/json
post
POST /v1/api/users/{userId}/feedback HTTP/1.1
Host: studio.edgeimpulse.com
x-api-key: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 144
{
"type": "feedback",
"subject": "text",
"body": "text",
"workEmail": "text",
"company": "text",
"jobTitle": "text",
"companySize": "text",
"organizationId": 1
}
200
OK
{
"success": true,
"error": "text"
}
Last updated
Was this helpful?