Fetch Exchange Emails Api
Campaigns
Fetch Email Exchange
Retrieves the email chain for a specific exchange.
Path Parameters
- exchange_id (
int): The ID of the exchange whose email chain is to be retrieved.
Authentication (Headers)
- X-API-Key: The API key for authenticating the request.
Returns
- EmailChain: The email chain associated with the specified exchange.
GET
Fetch Exchange Emails Api
Authorizations
Key used to authenticate user API requests.
Path Parameters
Response
Successful Response
Example:
{
"html": "<p>Hi,</p><p>Hope you are well...</p>",
"text": "Hi,\n\nHope you are well..."
}Example:
{
"address": "pete@example.com",
"name": "Pete Tomlinson"
}