This method moves a form from one account to another

Move a form from your account to another account

POST /api/v1/moveForm HTTP/1.1
Host: www.formstack.com

api_key=[[app:api_key]]&id=12345&to=abcdefg
curl -X POST -i -d "api_key=[[app:api_key]]&id=12345&to=abcdefg" https://www.formstack.com/api/v1/moveForm
Language
Click Try It! to start a request and see the response here!