/
/CleverReach REST API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 5h ago ยท Updated 3w ago
attributes6
blacklist7
bounces1
clients11
debug4
forms6
groups46
mailings14
mycontent5
oauth1
receivers22
  • getget attributes of receiver. ๐Ÿ”
  • putupdate value of an attribute of a receiver. ๐Ÿ”
  • postget recievers by runtime filter. ๐Ÿ”
  • getreturn receiver. ๐Ÿ”
  • deletedelete receiver. ๐Ÿ”
  • getget list of already set tags. ๐Ÿ”
  • getget set tags of certain receivers. ๐Ÿ”
  • postAdd receiver tags. ๐Ÿ”
  • deleteremoves receiver tags. ๐Ÿ”
  • deleteremove tags by origin (experimental feature). ๐Ÿ”
  • getgets list of groups the receiver is in. ๐Ÿ”
  • postclone receiver and change email. ๐Ÿ”
  • getget all bounced receivers. ๐Ÿ”
  • putchange email of a certain receiver. ๐Ÿ”
  • postdelete multiple receivers. ๐Ÿ”
  • postvalidate list of emails. ๐Ÿ”
  • getreturn events of a receiver. ๐Ÿ”
  • postAdds an event to a reveiver. ๐Ÿ”
  • getreturn orders. ๐Ÿ”
  • postadd orderitem. ๐Ÿ”
  • putupdate orderitem. ๐Ÿ”
  • deletedelete orderitem. ๐Ÿ”
reports5
tags4
    receivers

    change email of a certain receiver. ๐Ÿ”

    Changes the email of a certain receiver

    put/v3/receivers/{id}/email

    Path parameters

    idstring required

    ID or email of the receiver to be modified

    Request body

    emailstring required

    the new email

    overwriteboolean

    if receiver with email exists, overwrite

    Response

    Success

    boolean required

    Changes

    No recorded changes to this endpoint across all 2 revisions of this API.