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.
# 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.
/api/v1/cardsList all business cards/api/v1/cardsCreate a new card/api/v1/cards/:idGet a single card/api/v1/cards/:idUpdate a card/api/v1/leadsList captured leads/api/v1/leads?cardId=xxxFilter leads by cardAuthentication
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.
Odoo
Sync contacts and leads with Odoo CRM
SAP
Push lead data into SAP Business One
Zoho CRM
Auto-create Zoho contacts from card leads
HubSpot
Send captured leads to HubSpot pipelines
Zapier
Connect to 5,000+ apps via Zapier webhooks
n8n
Self-hosted workflow automation
Make.com
Visual automation scenarios
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