API → UsersCreates a new support/sales ticket from the website contact form. This endpoint is for untrustedhidden
hidden
Parameters
Name
Type
Req.
bodyapplication/json
objectoptionalObject Properties
Possible values
general_inquiry
: General inquiry about the service or product.sales_question
: Questions related to sales or purchasing.developer_inquiry
: Inquiry from a developer, typically technical in nature.partnership_opportunity
: Opportunity for partnership or collaboration.other_sales_inquiry
: Other inquiries related to sales that do not fit predefined categories.technical_support
: Request for technical support or troubleshooting.account_management
: Questions or requests related to account management.other_support_inquiry
: Other support-related inquiries that do not fit predefined categories.
Returns
204 No Content
successful operation, no content
put
/website/form$ curl -X PUT "https://api.zoo.dev/website/form" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{
"company": "roHNhcY3",
"email": "1CIL2zDc0@U.com",
"first_name": "U8PxZfiSEyTtSLFQDjjxoUqKqjPaOA",
"industry": "KYRsjHpQhmcqzoMfygjqpuD",
"inquiry_type": "partnership_opportunity",
"last_name": "r9",
"message": "Oqn49MJvCuptdT8",
"phone": "cKGM"
}'