curl --request PUT \
--url https://api.example.com/v1/ui/providers/environment \
--header 'Content-Type: application/json' \
--data '
{
"environment": "sandbox",
"copyProducts": true,
"confirmProductCopyDecision": true
}
'Switches the provider between sandbox and live environments. This is a critical operation that changes which data collections the provider can access.
curl --request PUT \
--url https://api.example.com/v1/ui/providers/environment \
--header 'Content-Type: application/json' \
--data '
{
"environment": "sandbox",
"copyProducts": true,
"confirmProductCopyDecision": true
}
'