Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Version published after converting to the new editor

Table of Contents
maxLevel3
typeflat

You can send the response of your API request by email. To do it, you must include the destination object in your request and set type to email like this:

Code Block
"destination": {
 "type":"email"
}

...