Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mailslurp/mailslurp-client-markdown
Markdown documentation for MailSlurp REST API
https://github.com/mailslurp/mailslurp-client-markdown
Last synced: 4 days ago
JSON representation
Markdown documentation for MailSlurp REST API
- Host: GitHub
- URL: https://github.com/mailslurp/mailslurp-client-markdown
- Owner: mailslurp
- License: mit
- Created: 2020-11-05T19:00:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T06:05:44.000Z (7 months ago)
- Last Synced: 2024-11-08T17:11:54.961Z (about 2 months ago)
- Size: 342 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# REST API Documentation
MailSlurp is an email API that lets you create and control email accounts over HTTP without an SMTP mail server. You can call the API using an API Key and an HTTP client or use one of the official [SDK libraries](/developers/).
## Resources
- [Swagger UI](https://api.mailslurp.com/swagger-ui.html)
- [Open API Spec](https://api.mailslurp.com/v2/api-docs)
- [Postman Collection](https://www.postman.com/mailslurp-api/workspace/mailslurp-email-api/overview)## Authentication
You must obtain an API Key for MailSlurp to call the API. [Create a free account](https://app.mailslurp.com/sign-up/) to do so. Include your API Key in requests with the `x-api-key` header or use an [SDK client](https://docs.mailslurp.com/) and configure it to use your API Key.
```bash
curl -H 'x-api-key:your_mailslurp_api_key' -X POST https://api.mailslurp.com/inboxes/
```!!swagger api.json!!