Enterprise

Create Enterprise Inquiry

POST
/v1/enterprise/inquiries
companystring
Length1 <= length <= 120
namestring
Length1 <= length <= 120
emailstring
Formatemail
Lengthlength <= 200
keywordsEstimate?string
Lengthlength <= 120
message?string
Lengthlength <= 2000
website?string
Lengthlength <= 200

Response 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"
  }
}