Skip to main content
POST
/
orgs
/
{org_id}
/
contact
/
support
Submit Support Form
curl --request POST \
  --url https://api.useinvent.com/orgs/{org_id}/contact/support \
  --header 'Content-Type: application/json' \
  --data '
{
  "subject": "<string>",
  "message": "<string>",
  "attachments": [
    "<string>"
  ]
}
'
"<unknown>"

Path Parameters

org_id
string
required

The ID of the org

Body

Support form submission

subject
string
required
Required string length: 1 - 255
message
string
required
Required string length: 1 - 5000
attachments
file[]

Optional file attachments (max 5 files)

Maximum array length: 5

Response

200 - application/json

The response is of type unknown.