Maildrop Statistics
This is the GraphQL query to run when you want to see overall statistics about Maildrop emails.
Gets the current number of messages that have been blocked and messages that have been delivered to mailboxes.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"statistics": {
"blocked": 123456789,
"saved": 101010101
}
}
}Examples
Last updated