Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.25 KB

File metadata and controls

26 lines (17 loc) · 1.25 KB

Mailtrap OpenAPI Specifications

This repository contains the OpenAPI specification files for various Mailtrap services. These specs can be used to generate clients, explore the API, or integrate with Mailtrap's features.

Live API Documentation: https://docs.mailtrap.io/developers

Available Specifications

The specifications are located in the specs/ directory:

Spec File Base URL
Account Management specs/account-management.openapi.yml https://mailtrap.io
Contacts specs/contacts.openapi.yml https://mailtrap.io
Email Sending specs/email-sending.openapi.yml https://mailtrap.io
Email Sending (Bulk) specs/email-sending-bulk.openapi.yml https://bulk.api.mailtrap.io
Email Sending (Transactional) specs/email-sending-transactional.openapi.yml https://send.api.mailtrap.io
Sandbox (send & batch) specs/sandbox-sending.openapi.yml https://sandbox.api.mailtrap.io
Sandbox specs/sandbox.openapi.yml https://mailtrap.io
Templates specs/templates.openapi.yml https://mailtrap.io

Usage

You can import these files into tools like Postman, Swagger UI, or use them with OpenAPI generators to build SDKs for your preferred language.