Skip to main content
All StackOne APIs use Basic Auth with your API key as username and an empty password.

Get Your API Key

  1. Go to Configuration → API Keys in the dashboard
  2. Click Create API Key and copy it securely
API keys are shown only once. Store securely in a password manager or environment variable.
For detailed steps with screenshots, see the API Keys Guide.

Using Your API Key

All StackOne APIs use Basic Auth with your API key as username and empty password.
Get your API key from Configuration → API Keys in the dashboard.

Account ID Header

For APIs that operate on a linked account, include the x-account-id header:
Get account IDs from the List Accounts endpoint or the Accounts page in the dashboard.

API Key Scopes

Fine-grained scopes are an add-on feature. Contact your account manager for access.

Base URL


Error Responses

For all error codes including rate limits (429), timeouts (408), and provider errors (502), see the Error Codes Guide.

Next Steps

API Keys Guide

Create, scope, and manage API keys

Basic Auth Guide

Detailed encoding examples and SDK usage