LinkIt
linkit.app

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
15,420 requestsLast used 7/19/2024
active

Development Key

read
write
delete
8,930 requestsLast used 7/19/2024
active

Analytics Only

read
2,340 requestsLast used 7/18/2024
active

Legacy Integration

read
write
450 requestsLast used 6/15/2024
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"