@lap v0.3
# Machine-readable API spec. Each @endpoint block is one API call.
@api MailboxValidator Disposable Email Checker
@base https://virtserver.swaggerhub.com/mailboxvalidator/MailboxValidator-Disposable-Email-Checker/1.0.0
@version 1.0.0
@auth ApiKey key in query
@endpoints 1
@toc email(1)

@endpoint GET /v1/email/disposable
@desc The Disposable Email Checker API does checking on a single email address and returns if it is from a disposable email provider in either JSON or XML format.
@required {email: str # The email address to check if is from a disposable email provider., key: str # API key.}
@optional {format: str(json/xml) # Return the result in json (default) or xml format.}
@returns(200) disposable email checker response

@end
