Skip to main content

Getting Started with the CardClan API

Welcome to the CardClan API documentation. The CardClan API enables you to programmatically send personalized digital cards, manage workflows, and integrate CardClan’s powerful card delivery system into your applications and automation platforms.

What you can build

API Features

The CardClan Integration API provides:
  • Bearer Token Authentication - Secure API access with integration keys
  • Card Management - Access and send cards from your CardClan workspaces
  • Merge Tags - Personalize cards with dynamic recipient data
  • Email Integration - Send via your configured email accounts or CardClan’s default
  • Webhook Support - Real-time notifications for card events
  • RESTful Design - Clean, predictable API endpoints with JSON responses

Base URL

All API endpoints are relative to:
https://api.cardclan.com/api

Authentication

Before you can start using the API, you’ll need to authenticate your requests. CardClan uses Bearer token authentication.

Authentication Guide

Learn how to authenticate your API requests

Quick Start

  1. Get your API token - Set up authentication
  2. Send your first card - Try the API with a simple example
  3. Explore the API reference - Detailed endpoint documentation

Need Help?