GuideLab API

Reorder form questions globally

Updates the sort order of multiple form questions at once. All specified questions must belong to the authenticated lab. Lab-only endpoint.

PUT
/forms/questions/reorder

Updates the sort order of multiple form questions at once. All specified questions must belong to the authenticated lab. Lab-only endpoint.

Authorization

__Secure-guidelab-prod.session_token<token>

Production session cookie set for the guidelab.co domain by Better Auth

In: cookie

Response Body

application/json

curl -X PUT "https://example.com/forms/questions/reorder"
{  "questions": [    null  ]}
Empty
Empty