API Access
API access and developer tools for integrating with WapiKit
Developer Resources
WapiKit provides comprehensive API access and developer tools to help you integrate WhatsApp marketing and customer engagement capabilities into your applications, websites, and business systems.
API Access
WapiKit offers a RESTful API that gives you programmatic access to all platform features. With the API, you can:
- Manage contacts and lists
- Create and send campaigns
- Handle conversations
- Access analytics data
- Configure organization settings
- Leverage AI capabilities
Getting Your API Token
To use the WapiKit API, you’ll need to generate an API token:
- Log in to your WapiKit dashboard
- Navigate to Settings > API Access
- Click “Generate New Token”
- Provide a name for your token (e.g., “Development”, “Production”)
- Select the appropriate permissions for this token
- Click “Create Token”
- Copy and securely store your token - it will only be shown once
Using Your API Token
Include your API token in the x-access-token
header with each API request:
API Token Security
Your API token provides access to your WapiKit account, so it’s important to keep it secure:
- Never include your token in client-side code
- Don’t commit tokens to version control
- Use environment variables to store tokens
- Implement proper access controls
- Rotate tokens periodically
- Revoke tokens that are no longer needed
API Reference
For detailed information about available endpoints, request formats, and response structures, refer to our API Reference.
The API Reference includes:
- Authentication
- Contacts Management
- Lists Management
- Campaigns
- Conversations
- Messages
- Organization Management
- Analytics
- AI Features
SDKs and Libraries
WapiKit provides official SDKs to simplify API integration:
JavaScript/TypeScript SDK
Our JavaScript SDK is the most comprehensive client library for WapiKit:
Other SDKs
We also provide SDKs for other popular languages:
Webhooks
WapiKit can send real-time notifications to your application via webhooks:
- Go to Settings > Webhooks
- Click “Add Webhook”
- Enter your endpoint URL
- Select the events you want to receive
- Set a secret key for signature verification
- Click “Create Webhook”
Learn more about configuring and handling webhooks in our API documentation.
Rate Limiting
The WapiKit API implements rate limiting to ensure fair usage. Different subscription tiers have different rate limits:
Subscription Tier | Rate Limit (requests per minute) |
---|---|
Free | 60 |
Pro | 300 |
Scale | 1,000 |
Enterprise | Custom limits |
For more information, see our Rate Limiting Guide.
Open Source Components
WapiKit provides several open-source components that you can use and contribute to:
- Wapi.js - JavaScript SDK for WapiKit
- Wapi.go - Go SDK for WapiKit
- WapiKit Community Edition - Self-hostable version of WapiKit
Developer Community
Join our developer community to get help, share ideas, and collaborate:
- GitHub - Follow our open-source projects
- Developer Forum - Ask questions and share knowledge
- Discord - Chat with other developers and the WapiKit team
- Stack Overflow - Find answers to common questions
Example Projects
We provide example projects to help you get started:
- E-commerce Integration - WapiKit integration for online stores
- CRM Connector - Connect WapiKit to popular CRM systems
- Lead Generation Form - Capture leads and engage via WhatsApp
- Appointment Booking - WhatsApp-based appointment scheduling
API Changelog
Stay updated on API changes and new features:
- API Changelog - History of API updates
- Developer Newsletter - Subscribe for updates
- Product Roadmap - See what’s coming next
Getting Help
If you need assistance with API integration or development:
- Check our API Reference for detailed documentation
- Visit our Developer Forum for community support
- Contact our developer support team at [email protected]
Was this page helpful?