Get Your API Key
- Go to Configuration → API Keys in the dashboard
- Click Create API Key and copy it securely
Using Your API Key
All StackOne APIs use Basic Auth with your API key as username and empty password.- cURL
- TypeScript
- Python
Account ID Header
For APIs that operate on a linked account, include thex-account-id header:
- Get Account
- Execute Action
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
Next Steps
API Keys Guide
Create, scope, and manage API keys
Basic Auth Guide
Detailed encoding examples and SDK usage