Creating an API Key
Create API keys from the Mindcase dashboard:- Navigate to Developer in the left sidebar
- Click the API Keys tab
- Click + Create Key
- Give your key a descriptive name (e.g., “Production Server”)
- Copy the key immediately — it will only be shown once
mk_live_ followed by a random string.
Using Your Key
Include the key in theAuthorization header of every request:
Rate Limiting
Each API key is rate-limited to 60 requests per minute. When you exceed this limit, the API returns a429 response: