An open API service indexing awesome lists of open source software.

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

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
}
}
```