Toggle Migration Mode for a product
Safely migrate accounts and line items from another system into Canopy for accounts enrolled in this product while Migration Mode is on.
PUT
/products/{product_id}/migration_mode
curl \
--request PUT 'https://sandbox-api.canopyservicing.com/products/{product_id}/migration_mode' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"migration_mode":true}'
Request examples
{
"migration_mode": true
}
Response examples (200)
{
"description": "string"
}