Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Update Return Address

Update a return address. If address fields are changed, the new address is re-validated via USPS.
path idstringrequired
Return address ID
body namestring
Name on the return address
body labelstring
Friendly label
body address_1string
Street address
body address_2string
Apt/Suite/Unit
body citystring
City
body statestring
Two-letter state code
body zipstring
ZIP code
Request example
curl -X PATCH https://api.v2.dealmachine.com/v1/mail/return-addresses/42 \ -H "Authorization: Bearer dm_sk_live_xxx" \ -H "Content-Type: application/json" \ -d '{"label": "Main Office"}'