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

Kit Broadcasts API

One-off email broadcasts

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

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

This API exposes 2 operations across 1 path, and defines 5 schemas. It is described by OpenAPI 3.1.0, at version v4.

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

2 operations 1 paths 5 schemas 1 GET1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
v4
Base URL
https://api.kit.com/v4
Authentication
API Key, OAuth 2.0
Resource Areas
1

Authentication & Security 2

Kit Broadcasts API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-Kit-Api-Key (ApiKeyAuth). It supports OAuth 2.0 (OAuth2) using the authorizationCode flow. By default, every request must be authenticated.

  • ApiKeyAuth — Personal API key issued from the Kit developer portal

Paths & Operations 2

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

Broadcasts 2

One-off email broadcasts

GET
/broadcasts
List Broadcasts
listBroadcasts → 200401
POST
/broadcasts
Create Broadcast
createBroadcast body → 201401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Broadcast (9 properties), BroadcastRequest (6 properties), BroadcastResponse (1 property), BroadcastListResponse (1 property). Each schema is shown below with its type and property counts.

ErrorResponse
object
1 property
Broadcast
object
9 properties
BroadcastRequest
object
6 properties 1 required
BroadcastListResponse
object
1 property
BroadcastResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kit-broadcasts-api-openapi.yml Raw ↑

Other APIs Kit publishes across the network.

Kit API V3 (Deprecated)
Kit Account API
Kit Subscribers API