Skip to main content

Authentication

API Keys

Generate API keys from Settings > API Keys in the OutPilot dashboard.

Using your key

Include the key as a Bearer token in the Authorization header:

curl -X GET https://app.outpilot.in/api/v1/leads \
-H "Authorization: Bearer op_live_xxxxxxxxxxxxxxxx"

Key types

TypePrefixAccess
Liveop_live_Full production access
Testop_test_Sandbox / test data

Security best practices

  • Never expose API keys in client-side code
  • Rotate keys regularly from the dashboard
  • Use test keys during development