Skip to main content
POST
/
api
/
contact
Submit contact form
curl --request POST \
  --url https://v2-nova-api.prod.czmx.in/api/contact \
  --header 'Content-Type: application/json' \
  --data '
{
  "companyName": "<string>",
  "countryCode": "<string>",
  "message": "<string>",
  "name": "<string>",
  "phoneNumber": "<string>",
  "token": "<string>",
  "workEmail": "<string>"
}
'
{
  "message": "<string>",
  "success": true
}

Body

application/json

Contact form submission

companyName
string
required
countryCode
string
required
message
string
required
name
string
required
phoneNumber
string
required
token
string
required
workEmail
string
required

Response

OK

message
string
success
boolean