Skip to content

ses.listVerifiedEmailAddresses

Jordan Ryan Moore edited this page May 13, 2011 · 5 revisions

Description

Returns the user's current sending limits.

Request

ses.listVerifiedEmailAddresses has no request properties.

Response

Property Type Description
requestId String The ID of the request.
max24HourSend Number The maximum number of emails the user is allowed to send in a 24-hour interval.
maxSendRate Number The maximum number of emails the user is allowed to send per second.
sentLast24Hours Number The number of emails sent during the previous 24 hours.

Examples

Example Request

{}

Example Response

{
  requestId: "fd3ae762-2563-11df-8cd4-6d4e828a9ae8",
  emailAddresses: [
    "user1@example.com",
    "user2@example.com",
  ],
}

References

Clone this wiki locally