Clipform

Claim a form into your workspace (deprecated, use /forms/save)

Deprecated alias for /forms/save/{identifier}. Claims an unclaimed form into the authenticated user's default workspace.

POST
/forms/claim/{identifier}

Authorization

Authorization
Required
Bearer <token>

Supabase JWT access token

In: header

Path Parameters

identifier
Required
string

Form UUID or share_id

curl -X POST "https://api.clipform.io/v1/forms/claim/string" \
  -H "Authorization: Bearer <token>"

Form claimed successfully

{
  "form_id": "46af4ef5-2c18-4098-9bc5-c048fb90b843",
  "title": "string",
  "workspace_id": "0967198e-ec7b-4c6b-b4d3-f71244cadbe9"
}