Is it possible to clone an app via API?
-
I was looking through the API docs but don't see any commands to create new apps off previous backups. Is this even possible?
I basically would like to automate the clone of an application when someone orders it off us to a specific subdomain added to the api endpoint.
-
@affinity yes, everything that you see in the UI has a corresponding API call. The dashboard is a pure frontend app. Unfortunately the docs for the API are lacking but we have someone working on this actively.
For the moment, just look into the browser console for the API call it makes when cloning a application. Usually, it's a simple REST call.
cc : @lassgutsein