API Key Levels
Stormkit supports three levels of API keys:User Level API Key
Provides programmatic access to everything in your Stormkit account. To create a User Level API Key:- Click on your profile picture in the top-right corner
- Select Account
- Scroll down to the API Keys section
- Create a new API Key
Team Level API Key
Grants access to all applications owned by a specific team. To create a Team Level API Key:- Expand the Team toggle in the top-left corner
- Select the gear icon of the team you want to access
- Create a new API Key
Environment Level API Key
Grants access to a specific environment within an application. To create an Environment Level API Key:- Navigate to Your App > Your Environment > Config > Other > API Keys
- Create a new API Key
Making Authenticated Requests
Once you have an API key, include it in theAuthorization header of your requests.
API Base URL
All API requests should be made to:Response Format
The API returns JSON responses. Successful requests return a200 status code along with the requested data. Error responses include an appropriate HTTP status code and an error message.