Authentication
Parse uses Bearer token authentication for all API requests.Getting Your API Key
- Log in to your Pantherpulse dashboard
- Navigate to Settings → API Keys
- Click Generate New Key
- Copy and store securely (you won’t see it again)
Using Your API Key
Include your API key in theAuthorization header of every request:
Example
Key Management
- Generate multiple keys for different applications
- Rotate keys regularly for security
- Delete unused keys from your dashboard
- Each key logs its access patterns
- Immediately revoke compromised keys
Security Best Practices
- Never commit API keys to version control
- Use environment variables to store keys
- Rotate keys regularly if compromised
- Restrict key usage to specific IP addresses (available on Enterprise plans)
- Use separate keys for development and production
Environment Variables
Rate Limiting
API requests are rate limited based on your plan:| Plan | Requests/min | Concurrent |
|---|---|---|
| Starter | 10 | 1 |
| Professional | 50 | 5 |
| Business | 200 | 20 |

