Skip to main content
Never share your KlipLink API Key or expose it in client-side code. KlipLink will never ask for your API Key directly.
All KlipLink API requests require an API key. Include it in your request headers:
Authorization: Bearer YOUR_API_KEY
curl -X GET "https://api.klipl.ink/v1/links" \
  -H "Authorization: Bearer YOUR_API_KEY"

API Keys

You can find your api keys in the KlipLink Dashboard:
1

Log in to KlipLink

Log in to your KlipLink account
2

Navigate to the API Keys section

In your dashboard, navigate to:
KlipLink > App > API Keys
3

Create a new API Key

Navigate to:
+ New API Key
Then give your API Key a label so you can refer back to it later. Then click “Create”
API Key labels can only contain letters and numbers.