Kickbox website screenshot

Kickbox

Kickbox is an email verification and list cleaning service that helps senders improve deliverability by detecting invalid, disposable, role-based, and risky email addresses before they enter mailing lists. The platform offers real-time single verification, bulk batch verification, and a deliverability monitoring suite. Kickbox provides a simple HTTPS REST API authenticated by API key returning structured verification results with reason codes.

1 APIs 0 Features
Email VerificationEmail ValidationDeliverabilityData QualityEmail

APIs

Kickbox Email Verification API

REST API for verifying the deliverability of email addresses in real time. Returns a result (deliverable, undeliverable, risky, unknown), a reason code, plus flags for role addr...

Collections

Resources

🔗
LinkedIn
LinkedIn
🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup
👥
GitHubOrganization
GitHubOrganization
💬
Support
Support
🔗
LlmsText
LlmsText

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Kickbox Email Verification API
  version: 2.0.0
request:
  auth:
    type: bearer
    token: '{{bearerToken}}'
items:
- info:
    name: Verification
    type: folder
  items:
  - info:
      name: Verify a single email address
      type: http
    http:
      method: GET
      url: https://api.kickbox.com/v2/verify
      params:
      - name: email
        value: ''
        type: query
        description: The email address to verify.
      - name: timeout
        value: ''
        type: query
        description: Verification timeout in milliseconds.
    docs: Verify a single email address
- info:
    name: Batch
    type: folder
  items:
  - info:
      name: Start a batch verification job
      type: http
    http:
      method: PUT
      url: https://api.kickbox.com/v2/verify-batch
      headers:
      - name: X-Kickbox-Filename
        value: ''
    docs: Start a batch verification job
  - info:
      name: Get the status or result of a batch verification job
      type: http
    http:
      method: GET
      url: https://api.kickbox.com/v2/verify-batch/:id
      params:
      - name: id
        value: ''
        type: path
        description: Batch job ID.
    docs: Get the status or result of a batch verification job
- info:
    name: Account
    type: folder
  items:
  - info:
      name: Get the account verification balance
      type: http
    http:
      method: GET
      url: https://api.kickbox.com/v2/balance
    docs: Get the account verification balance
- info:
    name: Open
    type: folder
  items:
  - info:
      name: Check if a domain is a known disposable email provider
      type: http
    http:
      method: GET
      url: https://api.kickbox.com/v1/disposable/:email
      params:
      - name: email
        value: ''
        type: path
    docs: Check if a domain is a known disposable email provider
bundled: true