API v1
Authentication
How API key authentication works for ReddGrow API v1
API Keys
All v1 endpoints require an x-api-key header. Keys are prefixed with rg_ and are scoped to your organization.
Generate or revoke keys in Settings → API Keys.
How It Works
- The key is verified against the better-auth key store.
- Your organization is resolved from the key's owner membership.
- An active subscription (
activeortrialing) is required for access.
Rate Limits
Rate limits apply per API key. Exceeding them returns HTTP 429. Contact support to raise limits for high-volume use cases.