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

The Broadcasts API from Kit — 5 operation(s) for broadcasts.

Kit Broadcasts API is one of 14 APIs that Kit publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

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

This API exposes 8 operations across 5 paths. It is described by OpenAPI 3.0.3, at version 4.0.

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

8 operations 5 paths 0 schemas 1 DELETE5 GET1 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
4.0
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 (API Key). It supports OAuth 2.0 (OAuth2) using the authorizationCode flow, exposing 2 scopes.

  • API Key — Authenticate API requests via an API Key
  • OAuth2 — Authenticate API requests via an OAuth token

Paths & Operations 8

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

Broadcasts 8
GET
/v4/broadcasts
List broadcasts
7 params → 200401
POST
/v4/broadcasts
Create a broadcast
body → 201401403422
GET
/v4/broadcasts/stats
Get stats for a list of broadcasts
6 params → 200401403
GET
/v4/broadcasts/{broadcast_id}/clicks
Get link clicks for a broadcast
1 param → 200401404
GET
/v4/broadcasts/{broadcast_id}/stats
Get stats for a broadcast
1 param → 200401404
DELETE
/v4/broadcasts/{id}
Delete a broadcast
1 param → 204401403404422
GET
/v4/broadcasts/{id}
Get a broadcast
2 params → 200401404
PUT
/v4/broadcasts/{id}
Update a broadcast
1 param body → 200401403404422

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

convertkit-broadcasts-api-openapi.yml Raw ↑

Other APIs Kit publishes across the network.

Kit Accounts API
Kit Custom Fields API
Kit Email Templates API
Kit Forms API
Kit Posts API
Kit Purchases API
Kit Segments API
Kit Sequence Emails API
Kit Sequences API
Kit Snippets API
Kit Subscribers API
Kit Tags API