Enterprise
Create Enterprise Inquiry
companystring
Length
1 <= length <= 120namestring
Length
1 <= length <= 120emailstring
Format
emailLength
length <= 200keywordsEstimate?string
Length
length <= 120message?string
Length
length <= 2000website?string
Length
length <= 200Response Body
application/json
application/json
curl -X POST "https://api.mentio.dev/v1/enterprise/inquiries" \ -H "Content-Type: application/json" \ -d '{ "company": "string", "name": "string", "email": "user@example.com" }'{
"ok": true
}{
"error": {
"code": "string",
"message": "string"
}
}