Development
Authentication
Authenticate with the Linkup API
Get your API key
Create a Linkup account for free to get your API key.
Using cURL
Your API key needs to be sent along all your request as a Bearer token in the Authorization
header.
curl
Using the Python SDK
Option 1: Set a LINKUP_API_KEY
environment variable in your shell before using the SDK.
shell
Option 2: Set the LINKUP_API_KEY
environment variable directly within Python, using for instance os.environ
or python-dotenv.
python
Option 3: Directly pass the Linkup API key to the Linkup Client.
python
Using the JS SDK
Pass the Linkup API key to the Linkup Client.
js
Facing issues? Reach out to our engineering team at support@linkup.so