# Toggle Migration Mode for a product **PUT /products/{product_id}/migration_mode** Safely migrate accounts and line items from another system into Canopy for accounts enrolled in this product while Migration Mode is on. ## Servers - Public Sandbox: https://sandbox-api.canopyservicing.com (Public Sandbox) - Protected UAT Sandbox: https://uat-api.canopyservicing.com (Protected UAT Sandbox) - Production: https://api.canopyservicing.com (Production) ## Authentication methods - O auth2 ## Parameters ### Body: application/json (object) Update admin panel for a product. - **migration_mode** (boolean) If migration mode is on, Canopy will not autogenerate statements for this account. ## Responses ### 200 Migration Mode updated successfully #### Body: application/json (object) - **description** (string) ### 401 Unauthorized. ### 403 Forbidden. ### 422 Invalid input ### 429 Too many requests. ### default Unexpected Error. [Powered by Bump.sh](https://bump.sh)