Response
Message stored
curl --request POST \
--url https://v2.stopbars.com/contact \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com",
"topic": "<string>",
"message": "<string>"
}'
Public endpoint to submit a contact/support message. Limited to 1 submission per 24 hours per IP.
curl --request POST \
--url https://v2.stopbars.com/contact \
--header 'Content-Type: application/json' \
--data '{
"email": "jsmith@example.com",
"topic": "<string>",
"message": "<string>"
}'
Message stored
Was this page helpful?