Service Status
This is the GraphQL query to run to return a simple boolean of whether Maildrop is functioning or not.
Returns the status of Maildrop as a string.
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"status": "operational"
}
}Examples
Last updated