API Keys
Manage API keys for programmatic access to your LinkIt account.
Total API Keys
8
6 active
API Requests
27,140
This month
Rate Limit
1,000
Requests per hour
Last Activity
2m
Ago
API Keys
Manage your API keys and permissions
Production API Key
read
write
active
Development Key
read
write
delete
active
Analytics Only
read
active
Legacy Integration
read
write
inactive
API Documentation
Quick reference for using the LinkIt API
Create a Short Link
curl -X POST https://api.linkit.com/v1/links \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com", "slug": "my-link"}'Get Link Analytics
curl -X GET https://api.linkit.com/v1/links/my-link/analytics \
-H "Authorization: Bearer YOUR_API_KEY"