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

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

@end
