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

Kickbox Batch API

Bulk CSV email verification.

Kickbox Batch API is one of 5 APIs that Kickbox publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Batch. The published artifact set on APIs.io includes an OpenAPI specification.

This API exposes 2 operations across 2 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 2.0.0.

Requests are made against 2 base URLs: https://api.kickbox.com, https://open.kickbox.io.

2 operations 2 paths 2 schemas 1 GET1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
2.0.0
Base URL
https://api.kickbox.com/v2
Authentication
HTTP Bearer
Contact
Resource Areas
1

Authentication & Security 1

Kickbox Batch API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (token) (TokenAuth). By default, every request must be authenticated.

  • TokenAuth — Kickbox API key sent in the Authorization header in the form Authorization: token YOURAPIKEY.

Paths & Operations 2

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

Batch 2

Bulk CSV email verification.

PUT
/v2/verify-batch
Start a batch verification job
verifyBatch 1 param body → 200401
GET
/v2/verify-batch/{id}
Get the status or result of a batch verification job
getBatchResults 1 param → 200401

Schemas 2

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

BatchStatusResponse
object
6 properties
BatchSubmitResponse
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

kickbox-batch-api-openapi.yml Raw ↑

Other APIs Kickbox publishes across the network.

Kickbox Email Verification API
Kickbox Account API
Kickbox Open API
Kickbox Verification API