Back to Knowledge Base
📡 API

API Authentication

by api_wizard - Last updated 10/15/2024

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.