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 thex-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
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 |
SDKs
Wapikit provides several SDKs that you can use:Developer Community
Join our developer community to get help, share ideas, and collaborate:Getting Help
If you need assistance with API integration or development:- Check our API Reference for detailed documentation
- Visit our Slack for community support
- Contact our developer support team at sarthak@wapikit.com