Sign in

Add account addresses

documented

Add one or more addresses to the customer's account.

POST /molpro/account/addressesAccountsno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://rest.click2mail.com/molpro/account/addresses" \
  -X POST \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
  -d '{"Address1": "{{$address_line1}}", "Address2": "{{$address_line2}}", "City": "{{$city}}", "State": "{{$state}}", "Zip": "{{$zip}}", "Country": "{{$country}}", "AddressType": "{{$address_type}}"}'
Add account addresses · Click2Mail · OpenIntegrations