v1

latestOpenAPI 3.0.02026-07-2491237338.9 KB
WhatsApp Business Accounts

Update WABA automatic creative optimizations

Partially updates automatic creative optimization feature enrollment for a WhatsApp Business Account.

Only submitted feature keys are updated. This endpoint does not persist feature enrollment locally and does not check whether the WABA has completed Meta MM Lite / ACO onboarding before forwarding the request to Meta.

patch/whatsapp/businessAccounts/{wabaId}/automatic-creative-optimizations

Path parameters

wabaIdstring required
Example:whatsapp-business-account-id

WhatsApp Business Account ID.

Request body

Example request

{
  "creativeOptimizationFeatures": {
    "image_brightness_and_contrast": "OPT_IN",
    "image_touchups": "OPT_OUT"
  }
}

Response

Successfully updated submitted automatic creative optimization features.

wabaIdstring

WhatsApp Business Account ID returned by Meta.

creativeOptimizationFeaturesobject

The submitted feature enrollment values for PATCH responses, or current feature enrollment values for GET responses.

Example response

{
  "wabaId": "whatsapp-business-account-id",
  "creativeOptimizationFeatures": {
    "image_brightness_and_contrast": "OPT_IN",
    "image_touchups": "OPT_OUT"
  }
}