LinkForge
Get started

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

  1. Open the Developer area and go to API tokens.
  2. Click New token, give it a name, and create it.
  3. 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

Related in Developers & API