Skip to content
Wazapin
Esc
navigateopen⌘Jpreview

Apply default conversion rules (Purchase, InitiateCheckout, Lead)

POST/v1/ctwa/conversion-rules/apply-presets
Authorization
bearerAuthbearerAuthrequired
or
apiKeyAuthapiKeyAuthrequired
Responses
200OK
itemsConversionRuleDTO[] | nullrequired
Show properties
Array of ConversionRuleDTO
configanyrequired
created_atstring
enabledbooleanrequired
idstringrequired
meta_event_namestringrequired
signal_typestringrequired
slotinteger<int64>required
updated_atstring
400Bad Request
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
401Unauthorized
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
403Forbidden
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
500Internal Server Error
errorErrorBodyrequired
Show properties
codestringrequired
detailsErrorDetail[] | null
Show properties
Array of ErrorDetail
codestring
fieldstring
locationstring
messagestringrequired
messagestringrequired
request_idstring
Request
curl -X POST "/v1/ctwa/conversion-rules/apply-presets"
Response
{
  "items": [
    {
      "config": "string",
      "created_at": "string",
      "enabled": true,
      "id": "string",
      "meta_event_name": "string",
      "signal_type": "string",
      "slot": 0,
      "updated_at": "string"
    }
  ]
}