The v1 marketing email API will be sunset on November 1, 2025. If you were previously using this endpoint, check out the newer v3 endpoint instead.
Required Scopes
This API requires one of the following scopes:content
Query Parameters
The number of records to return in the response. Defaults to 10. Note: A hard limit of 300 records returned.
Required range:
x <= 300
Used to get the next page of results. Use the limit of the previous request as the offset to get the next set of results.
Return the emails ordered by a particular field value. Use a negative value to sort in descending order (e.g. orderBy=-created).