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 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
Facing issues? Reach out to our engineering team at support@linkup.so or via our Discord or book a 15 minutes call with a member of our technical team.