Skip to main content
Version: 1.0.0

Email Validation API

REST API for email validation and management of validation jobs

Getting Started

API Key

To get started you need to get an API key. Login or create an account for CampaignKit.

Go to Profile and in the API Keys section, click the button Add API Key.

Request

To make a request, you need to include the API key in the Authorization header of your request.

  curl --request POST \
--url 'https://api.campaignkit.cc/v1/email/validate' \
--header 'Authorization: Bearer <<your API key>>' \
--data '{ "emails": ["[email protected]"] }'

Authentication

Security Scheme Type:

http

HTTP Authorization Scheme:

bearer