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 Subscribers API

Subscriber records and lifecycle

Kit Subscribers 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 Subscribers. 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 Subscribers 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.

Subscribers 2

Subscriber records and lifecycle

GET
/subscribers
List Subscribers
listSubscribers 3 params → 200401
POST
/subscribers
Create Subscriber
createSubscriber body → 201401

Schemas 5

The contract defines 5 schemas that model the data the API accepts and returns. The most detailed are Subscriber (6 properties), SubscriberRequest (4 properties), SubscriberListResponse (2 properties), SubscriberResponse (1 property). Each schema is shown below with its type and property counts.

Subscriber
object
6 properties
ErrorResponse
object
1 property
SubscriberResponse
object
1 property
SubscriberRequest
object
4 properties 1 required
SubscriberListResponse
object
2 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kit-subscribers-api-openapi.yml Raw ↑

Other APIs Kit publishes across the network.

Kit API V3 (Deprecated)
Kit Account API
Kit Broadcasts API