New Subaccount Services
by Formstack DevelopersWe have added a few API services to help manage your Subaccounts in Formstack Forms!
https://developers.formstack.com/reference/subaccount
There are currently three key services to use:
- GET /subaccount will return a list of all the subaccounts for a single parent account
- POST /subaccount/:subaccount_id/theme/:theme_id/copy will copy a Theme from the parent account into a specific subaccount
- POST /subaccount/:subaccount_id/form/:form_id/copy will copy a FORM from the parent account into a specific subaccount
These API services are available now in the V2API on Formstack Forms.