Back to API Reference

API Authentication

Authenticate REST requests with a workspace API key.

Create a key

Workspace admins can create API keys in Settings → Developers. Treat keys like passwords and rotate them if they are exposed.

Use the key

Send Authorization: Bearer <api_key> on every request. Unauthorized calls return 401.

Need help implementing this?