Return all your created email campaigns
Authentication
The API key should be passed in the request headers as api-key for authentication.
Query parameters
Sort the results in the ascending/descending order of record creation. Default order is descending if sort is not passed
Use this flag to exclude htmlContent from the response body. If set to true, the htmlContent field will be returned as an empty string in the response body.
Use this flag to filter out campaigns that have a PDF attachment. If set to true, only campaigns without a PDF attachment (or with no attachment at all) will be returned.