Authentication
All API requests are authenticated with an API key.
API key authentication
Pass your API key in the X-API-Key header:
curl https://nobsredir.com/api/workspaces/ws_def456/links \ -H "X-API-Key: nobs_a1b2c3d4e5f6..."API keys are:
- Workspace-scoped - each key is tied to one workspace
- Owner-level access - API key requests authenticate as the workspace owner
- Shown once - the full key is only shown at creation, store it immediately
Create and manage API keys from the dashboard API Keys page, or via the API Keys endpoints.