API Authentication
API Authentication
The DiscoLink API supports multiple authentication methods.
API Keys
Generate an API key from your dashboard:
``bash``
curl -H "Authorization: Bearer your-api-key" \
https://api.example.com/threads
## Public Access
Some endpoints are public by default for read-only access.