Skip to main content

Authentication

Parse uses Bearer token authentication for all API requests.

Getting Your API Key

  1. Log in to your Pantherpulse dashboard
  2. Navigate to SettingsAPI Keys
  3. Click Generate New Key
  4. Copy and store securely (you won’t see it again)

Using Your API Key

Include your API key in the Authorization 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: Rate limit headers in response:

Errors

Invalid or missing API key returns: