Snoze Developers
API referencePublic forms

Submit

POST
/v1/public/forms/{slug}

Path Parameters

slug*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/v1/public/forms/string" \  -H "Content-Type: application/json" \  -d '{}'
{  "data": {    "recordId": "string",    "successMessage": "string"  }}