Creating an API key
Generate a token to use the REST API.
The REST API lets you create and manage links from your own code or tools like Zapier and Make.
Get a key
- Open the Developer area and go to API tokens.
- Click New token, give it a name, and create it.
- Copy the token now — for security it is shown only once.
Using it
Send the token as a Bearer header on every request:
Authorization: Bearer YOUR_TOKEN
The API base is /api/v1. You can create links, fetch analytics and more. Revoke a token at any time from the same screen if it is ever exposed.
Still need help?
Contact support