Submit a support request 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>"The ID of the org
The response is of type unknown.
Was this page helpful?
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>"