🔐

API Authentication

Authentication and authorization for the UnifiedHQ API.

Bearer Tokens

Authenticate with JWT Bearer tokens. Include the token in the Authorization header: Bearer <token>.

API Keys

For server-to-server communication, use API keys with scoped permissions.

Multi-Tenant

Each request is scoped to a tenant. The tenant is determined by the authenticated user's context.

Related Documentation