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
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 '{
"company": "rRSXnNQuOhOIZiUeMIfoX",
"email": "@FCXE4.com",
"first_name": "XMaU3dDFilNKUCu",
"industry": "U4T3LcPINL8kBs",
"inquiry_type": "technical_support",
"last_name": "1YKjNrJUS4gSEGXTPzZ60189",
"message": "7uP1BUOrjG4ktH1nlaMovb0j",
"phone": "vZs"
}'