01 / Getting started
Authentication and base URL.
All API requests are authenticated with a per-environment API key sent via the Authorization: Bearer <token> header. Keys are issued from the customer portal under Settings → API keys.
curl https://api.synklock.com/v1/intel/indicators \ -H "Authorization: Bearer $SYNKLOCK_API_KEY" \ -H "Accept: application/json"