Email list
Api call to subrite to get the email list
- Method:
GET
- Route:
{baseUrl}/api/v1/communications/email/list
- Authorization: Bearer token (use the m2m token collected in ## configuration)
- Query Parameters:
page
(optional): Page number for pagination (default: 1)take
(optional): Number of items per page (default: 10)
Example Request:
GET {baseUrl}/api/v1/communications/email/list?page=1&take=20