Setup your API Key
Get your API key from the Bit2Connect dashboard to start making API calls. You’ll need an active subscription to access the API.1
Create Account & Project
Sign up at dash.bit2connect.com and create
your first project. Each project gets its own API key for isolated link
management.
2
Choose & Activate Subscription
Select our Starter Plan ($29.99/month) to unlock unlimited dynamic links,
advanced analytics, and full API access. This plan includes all core
features for individual developers and small teams.
3
Navigate to API Settings
In your project dashboard, go to Settings → API Keys to manage your
authentication credentials.
4
Generate API Key
Click Generate New API Key and copy the generated key. All Bit2Connect
API keys start with
b2co_ prefix for easy identification.5
Test Your Key
Use the key immediately - no activation required. Each key is tied to your
project and subscription plan limits.
API Rate Limits
The Bit2Connect API implements rate limiting to ensure fair usage and optimal performance:Current Rate Limit: 180,000 requests per hour for all API keys
Rate Limit Headers
Every API response includes rate limit information in the headers:X-RateLimit-Limit: Total requests allowed per hour (180000)X-RateLimit-Remaining: Requests remaining in current windowX-RateLimit-Reset: ISO timestamp when the rate limit resets
Handling Rate Limits
When you exceed your rate limit, you’ll receive a429 Too Many Requests response:
- Monitor the rate limit headers in your responses
- Implement exponential backoff when approaching limits
- Cache responses when possible to reduce API calls
- Distribute requests evenly throughout the hour
API Endpoints & Authentication
The Bit2Connect Public API uses version 1.0 for external integrations:This documentation covers the Public API (1.0) for external integrations
and third-party applications.
Make your first API call
Understanding the Response
A successful response will look like this:Test Your Dynamic Link
Visit theshortUrl from different devices to see Bit2Connect’s intelligent routing:
- iOS Device
- Android Device
- Desktop Browser
With App Installed: Opens directly in your app with deep link data
Without App: Redirects to App Store, remembers intent for post-install
deep linking
Advanced Features
Campaign Tracking
Add UTM parameters to track marketing campaign performance across channels.
A/B Testing
Create multiple links with different payloads to test user engagement and
conversion rates.
Geographic Routing
Route users to different destinations based on their geographic location.
Time-based Links
Set expiration dates for time-sensitive campaigns and promotions.