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

Account, creator profile, and account-level statistics

Kit Account 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 Account. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, authentication docs, and an AsyncAPI specification.

This API exposes 5 operations across 4 paths, and defines 6 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.

5 operations 4 paths 6 schemas 4 GET1 PUT

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 Account 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 5

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

Account 5

Account, creator profile, and account-level statistics

GET
/account
Get Account
getAccount → 200401
GET
/account/colors
Get Account Colors
getAccountColors → 200401
PUT
/account/colors
Update Account Colors
updateAccountColors body → 200401
GET
/account/email_stats
Get Email Stats
getAccountEmailStats → 200401
GET
/account/growth_stats
Get Growth Stats
getAccountGrowthStats 2 params → 200401

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Account (3 properties), AccountResponse (1 property), ColorsResponse (1 property), StatsResponse (1 property). Each schema is shown below with its type and property counts.

ErrorResponse
object
1 property
ColorsRequest
object
1 property
StatsResponse
object
1 property
ColorsResponse
object
1 property
Account
object
3 properties
AccountResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kit-account-api-openapi.yml Raw ↑

Other APIs Kit publishes across the network.

Kit API V3 (Deprecated)
Kit Broadcasts API
Kit Subscribers API