API Help & Documentation
Welcome to the API documentation! Below are the available endpoints and their usage:
- /email/create - Create a random email address and get the endpoint to forward emails
- /email/:address - Get the email content received by a specific address
Parameters for /email/:address:
- limit: Optional. Limits the number of emails returned. Default is 10.
- parser: Optional. Specifies the parser to be used for email content.
Example Usage:
GET /email/create
POST /email/:address?limit=5&parser=exampleParser
For more information, feel free to contact support.
UI