Skip to Content
APIAuthentication

Authentication

Learn how to authenticate with the HyperDynamic Controller API.

API Keys

All API requests require authentication using an API key.

curl -H "Authorization: Bearer YOUR_API_KEY" \ https://api.hyperdynamic.cn/v1/controller

Getting an API Key

  1. Log in to your HyperDynamic dashboard
  2. Navigate to SettingsAPI Keys
  3. Click Create New Key
  4. Copy and securely store your key

Key Permissions

PermissionDescription
readRead-only access to controller data
writeCreate and modify controller settings
adminFull administrative access

Rate Limits

  • Standard: 100 requests/minute
  • Pro: 1000 requests/minute
  • Enterprise: Unlimited
Last updated on