Interact with the Resend API using Postman, Insomnia, or any API client of your choice.
To simplify life for developers, we're excited to announce the release of Resend's OpenAPI specification.
This new resource provides a comprehensive map of the API, helping you understand its endpoints, parameters, and response formats.
→ Download the Resend OpenAPI specification or find it in the GitHub repository.
OpenAPI is an industry-standard format for describing RESTful APIs.
The cool thing about OpenAPI is that it's language-agnostic, meaning that it can be used to describe APIs written in any programming platform.
This allows both humans and machines to understand how an API works in a standardized way and brings an entire ecosystem of tools along with it.
Instead of creating your own Postman collection, you can import the OpenAPI spec directly into Postman and send requests immediately. Here's how:
bearerAuth
with your Resend API key.You can also visit the Resend Postman Workspace, where you will find an official collection maintained by the Resend team.
Because of OpenAPI's interoperability, the same can be done with other API clients like Insomnia and RapidAPI.
There's a lot that you can do from a single OpenAPI file, including:
As an example, it is now possible to build a strongly-typed Rust library for Resend:
Our goal is to ensure that this Open API specification serves as an accurate representation of the Resend API. Let us know if you find any issues or have any suggestions for improvement.