StampKESTAMPKE
StampKESTAMPKE
Solutions
PersonalProfessionalBusinessEnterprise
SoftwareReviewsCase StudiesAbout
🇰🇪 Kenya (KSh)
LoginStart 30 day free trial
Developer API

Build on StampKE

Connect your ERP, CRM, website, or custom app to StampKE. Programmatically manage business cards, capture leads, and sync contacts across your entire tech stack.

Quick Start

Authenticate with your API key and start making requests in seconds.

bash
# List all your business cards
curl -X GET https://stampke.co.ke/api/v1/cards \
  -H "Authorization: Bearer sk_live_your_api_key"

# Create a new staff card
curl -X POST https://stampke.co.ke/api/v1/cards \
  -H "Authorization: Bearer sk_live_your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"firstName": "Jane", "lastName": "Mwangi", "title": "Sales Rep", "company": "Acme Ltd"}'

# Get all captured leads
curl -X GET https://stampke.co.ke/api/v1/leads \
  -H "Authorization: Bearer sk_live_your_api_key"

API Endpoints

All endpoints require a valid API key via the Authorization header.

GET/api/v1/cardsList all business cards
POST/api/v1/cardsCreate a new card
GET/api/v1/cards/:idGet a single card
PATCH/api/v1/cards/:idUpdate a card
GET/api/v1/leadsList captured leads
GET/api/v1/leads?cardId=xxxFilter leads by card

Authentication

Use your API key in the Authorization header: Bearer sk_live_xxx. Generate your API key from the Security tab in your dashboard.

Rate Limits

100 requests per minute per API key. All responses include X-RateLimit-Remaining headers. Contact us for higher limits.

Popular Integrations

Connect StampKE to your existing tools. More integrations coming soon.

O

Odoo

Sync contacts and leads with Odoo CRM

S

SAP

Push lead data into SAP Business One

Z

Zoho CRM

Auto-create Zoho contacts from card leads

H

HubSpot

Send captured leads to HubSpot pipelines

Z

Zapier

Connect to 5,000+ apps via Zapier webhooks

n

n8n

Self-hosted workflow automation

M

Make.com

Visual automation scenarios

Q

QuickBooks

Sync client contacts to QuickBooks

Need a Custom Integration?

Our team can build custom integrations for enterprise clients. Connect with us to discuss your requirements.

Contact Our Team