Submit answers for an order form
Validates one immutable JSON answer document against the active pinned order-flow revision.
Validates one immutable JSON answer document against the active pinned order-flow revision.
__Secure-guidelab-prod.session_token<token>
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Path Parameters
id*string
orderId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://example.com/forms/string/orders/string/submission" \ -H "Content-Type: application/json" \ -d '{ "answers": { "property1": null, "property2": null } }'Empty
Empty
Empty
Empty
Empty
Empty
Reorder form questions globally PUT
Updates the sort order of multiple form questions at once. All specified questions must belong to the authenticated lab. Lab-only endpoint.
Submit answers for a partnership registration form POST
Validates one immutable JSON answer document against the active pinned registration revision.