{"files":{"SKILL.md":"---\nname: mailboxvalidator-disposable-email-checker\ndescription: \"MailboxValidator Disposable Email Checker API skill. Use when working with MailboxValidator Disposable Email Checker for email. Covers 1 endpoint.\"\nversion: 1.0.0\ngenerator: lapsh\n---\n\n# MailboxValidator Disposable Email Checker\nAPI version: 1.0.0\n\n## Auth\nApiKey key in query\n\n## Base URL\nhttps://virtserver.swaggerhub.com/mailboxvalidator/MailboxValidator-Disposable-Email-Checker/1.0.0\n\n## Setup\n1. Set your API key in the appropriate header\n2. GET /v1/email/disposable -- 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.\n3. Explore available endpoints below\n\n## Endpoints\n1 endpoint across 1 group. See references/api-spec.lap for full details.\n\n### Email\n| Method | Path | Description |\n|--------|------|-------------|\n| GET | /v1/email/disposable | 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. |\n\n## Common Questions\nMatch user requests to endpoints in references/api-spec.lap. Key patterns:\n- \"List all disposable?\" -> GET /v1/email/disposable\n- \"How to authenticate?\" -> See Auth section above\n\n## Response Tips\n- Check response schemas in references/api-spec.lap for field details\n\n## References\n- Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas\n\n> Generated from the official API spec by [LAP](https://lap.sh)\n","references/api-spec.lap":"@lap v0.3\n# Machine-readable API spec. Each @endpoint block is one API call.\n@api MailboxValidator Disposable Email Checker\n@base https://virtserver.swaggerhub.com/mailboxvalidator/MailboxValidator-Disposable-Email-Checker/1.0.0\n@version 1.0.0\n@auth ApiKey key in query\n@endpoints 1\n@toc email(1)\n\n@endpoint GET /v1/email/disposable\n@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.\n@required {email: str # The email address to check if is from a disposable email provider., key: str # API key.}\n@optional {format: str(json/xml) # Return the result in json (default) or xml format.}\n@returns(200) disposable email checker response\n\n@end\n"}}