GET /messaging/v1/email/messages/?type=notSent
Gets a paginated list of messages that were not sent, ordered from oldest to newest.
URL Parameters
Name | Type | | Description |
---|
type | string | Required | Only notSent is supported. |
$pageSize | integer | | Number of messageKeys (array elements) to return per response page. |
lastEventId | integer | | Event ID from which you want the response to start. To obtain the initial event ID, submit a request without a lastEventId. The events in the response are listed top to bottom from oldest to newest. |
Example Request
Example Response
HTTP Responses
Response | Reason |
---|
200 OK | Success. Review example response. |
400 Bad Request | Invalid request |
401 Unauthorized | Failed to pass authorization. |
500 Server Error | Internal error |