Authentication
Authenticate with the Terac API using API keys and learn about rate limits.
API Key
All requests require an API key passed via the Authorization header:
Authorization: Bearer YOUR_API_KEYAPI keys are scoped per organization. You can generate and manage keys from your organization settings in the Terac dashboard.
Rate Limits
The API enforces a rate limit of 100 requests per minute per API key. Exceeding this limit returns a 429 RATE_LIMITED error.