Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Resend Broadcasts API

The Broadcasts API from Resend — 2 operation(s) for broadcasts.

Resend Broadcasts API is one of 13 APIs that Resend publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

This API exposes 4 JSON Schema definitions.

Tagged areas include Broadcasts. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an AsyncAPI specification, and 4 JSON Schemas.

This API exposes 4 operations across 2 paths, and defines 5 schemas. It is described by OpenAPI 3.0.3, at version 1.1.0.

Requests are made against a single base URL, https://api.resend.com.

4 operations 2 paths 5 schemas 1 DELETE2 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.1.0
Base URL
https://api.resend.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Resend Broadcasts API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 4

Across 2 paths, the API surfaces 4 operations — 1 DELETE, 2 GET, 1 POST. Each is listed below with its method, path, parameters, and response codes.

Broadcasts 4
POST
/broadcasts
Create a broadcast
body → 201
GET
/broadcasts
Retrieve a list of broadcasts
→ 200
DELETE
/broadcasts/{id}
Remove an existing broadcast that is in the draft status
1 param → 200
GET
/broadcasts/{id}
Retrieve a single broadcast
1 param → 200

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are GetBroadcastResponseSuccess (11 properties), CreateBroadcastOptions (8 properties), RemoveBroadcastResponseSuccess (3 properties), ListBroadcastsResponseSuccess (2 properties). Each schema is shown below with its type and property counts.

CreateBroadcastOptions
object
8 properties 3 required
CreateBroadcastResponseSuccess
object
2 properties
GetBroadcastResponseSuccess
object
11 properties
ListBroadcastsResponseSuccess
object
2 properties
RemoveBroadcastResponseSuccess
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

resend-broadcasts-api-openapi.yml Raw ↑

Other APIs Resend publishes across the network.

Resend Apis API
Resend Audience API
Resend Audiences API
Resend Batch API
Resend Cancel API
Resend Contacts API
Resend Domains API
Resend Email API
Resend Emails API
Resend Keys API
Resend Send API
Resend Verify API