https://github.com/sameerkumar18/webflow_collection_model_cloner
API to Clone Webflow Collection Schema between Webflow Sites/Accounts
https://github.com/sameerkumar18/webflow_collection_model_cloner
cms flask nocode python reverse-engineering webflow
Last synced: 6 months ago
JSON representation
API to Clone Webflow Collection Schema between Webflow Sites/Accounts
- Host: GitHub
- URL: https://github.com/sameerkumar18/webflow_collection_model_cloner
- Owner: sameerkumar18
- Created: 2022-02-14T07:22:42.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-25T11:09:12.000Z (almost 4 years ago)
- Last Synced: 2025-07-21T22:30:03.492Z (7 months ago)
- Topics: cms, flask, nocode, python, reverse-engineering, webflow
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Sample Request body:
```
{
"origin": {
"api_key": "",
"site_slug": "sameers-initial-project-32e630",
"collection_id": "62082ecff266c53da3ff8a54"
},
"destination": {
"cookie": {
"wfsession": ""
},
"X-XSRF-Token": "",
"site_slug": "billing-dandy-project",
"create_parents": true
}
}
```