Skip to main content
PUT
Update a dunning campaign

Path Parameters

Body Parameters

Example Request

Response

You only need to include the fields you want to update. Omitted fields retain their current values.

Authorizations

Authorization
string
header
required

Tenant API key obtained from POST /auth/register or POST /v1/developer/keys.

Path Parameters

id
string<uuid>
required

Body

application/json
name
string
is_active
boolean
trigger_event
string

Response

Updated campaign.

id
string<uuid>
tenant_id
string<uuid>
name
string
is_active
boolean
trigger_event
string
Examples:

"payment_failed"

"invoice_overdue"

created_at
string<date-time>
updated_at
string<date-time>
steps
object[]