Get your API key
Create a Linkup account for free to get your API key.
Using cURL
Your API key needs to be sent with every request as a Bearer token in theAuthorization header.
curl
Using the Python SDK
Option 1: Set aLINKUP_API_KEY environment variable in your shell before using the SDK.
shell
LINKUP_API_KEY environment variable directly within Python, using for instance os.environ or python-dotenv.
python
python
Using the JS SDK
Pass the Linkup API key to the Linkup Client.js
Using the CLI
The CLI can store your API key locally with the interactive setup flow:shell
LINKUP_API_KEY in the environment. The environment variable takes precedence over the local config file at ~/.linkup/config.
shell
Need help? Email
support@linkup.so, ping us on Discord, or talk to us.