API → UsersCreate a new support/sales ticket from the website contact form. This endpoint is authenticatedhidden
hidden
Parameters
Name
Type
Req.
bodyapplication/json
objectoptionalObject Properties
Possible values
pilot_inquiry: Inquiries related to pilots (on the enterprise page).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
/user/form$ curl -X PUT "https://api.zoo.dev/user/form" \
--header "Authorization: Bearer $TOKEN" \
--header "Content-Type: application/json" \
--data '{}'