Retrieves the email chain for a specific exchange.
int): The ID of the exchange whose email chain is to be retrieved.Key used to authenticate user API requests.
Successful Response
{
"html": "<p>Hi,</p><p>Hope you are well...</p>",
"text": "Hi,\n\nHope you are well..."
}{
"address": "[email protected]",
"name": "Pete Tomlinson"
}