Skip to content

API Keys

Programmatic access to Flinku REST APIs using long-lived keys scoped to your project.

Create a key

  1. Open Project → Settings → API keys.
  2. Generate a new key. Copy it once—Flinku does not show the full secret again.
  3. Store it in a secret manager or environment variable; never commit keys to git.

Usage

bash
Authorization: Bearer flk_live_your_api_key

Keys work for server-side and trusted automation. For mobile createLink(), treat keys like passwords—prefer backend proxy when possible.

Rotation

Revoke compromised keys immediately and create replacements. Update CI/CD and server env vars in the same change window.

The modern Firebase Dynamic Links replacement.