Skip to main content
POST
/
contact
Submit a contact form
curl --request POST \
  --url https://v2.stopbars.com/contact \
  --header 'Content-Type: application/json' \
  --data '
{
  "email": "[email protected]",
  "topic": "<string>",
  "message": "<string>"
}
'

Body

application/json
email
string<email>
required
topic
string
required
message
string
required

Response

Message stored