API Reference

Complete reference for all ClickyID API endpoints

Base URL
https://clickyid.com/api/v1
Authentication

All API requests require authentication using an API key. Include your API key in the Authorization header:

Authorization: Bearer ck_live_your_api_key_here
POST
Validate Email Against Target Group
/validate/target-group

Validate an email address against a specific target group to check if it matches the targeting criteria.

Request Body

Loading syntax highlighting...

Response

Loading syntax highlighting...

Required Scope

validate:target-groups
POST
Validate Email Against Offer
/validate/offer

Validate an email address against an offer by checking all associated target groups.

Request Body

Loading syntax highlighting...

Response

Loading syntax highlighting...

Required Scope

validate:offers
POST
Bulk Email Validation
/validate/bulk

Validate multiple email addresses against target groups or offers in a single request.

Request Body

Loading syntax highlighting...

Parameters

emails

Array of email addresses to validate (max 100)

mode

Validation mode: “any” (match any target) or “all” (match all targets)

targetGroupIds

Array of target group IDs (optional)

offerIds

Array of offer IDs (optional)

Required Scopes

validate:target-groupsorvalidate:offers
GET
List Target Groups
/target-groups

Get a list of available target groups for your team.

Response

Loading syntax highlighting...

Required Scope

validate:target-groups
GET
List Offers
/offers

Get a list of available offers for your team.

Response

Loading syntax highlighting...

Required Scope

validate:offers
Error Codes
401

Unauthorized

Invalid or missing API key

403

Forbidden

Insufficient permissions for the requested scope

429

Rate Limited

Too many requests, check your rate limits

400

Bad Request

Invalid request format or missing required fields

Next Steps

Authentication

Learn how to authenticate your API requests and manage API keys.

Code Examples

Ready-to-use code examples in popular programming languages.

Quick Start

Get started with the ClickyID API in just a few minutes.

Guides

Implementation guides for common use cases and best practices.