API Keys
Programmatic access to Pipeline Pilot — manage keys, scopes, and rate limits
API keys
4 keys · 3 active
| Name | Key | Status | |
|---|---|---|---|
Production API | pk_live_8f3a2••••••••••••2b9c | Active | |
Staging API | pk_test_2c4d9••••••••••••9f1a | Active | |
Webhook Listener | pk_hook_7e8f1••••••••••••4d2b | Active | |
Legacy Sync | pk_legacy_1a2b3••••••••••••5c6d | Revoked |
Quick start
Sample request using your API key
terminal
1curl -X POST https://api.pipelinepilot.io/v1/deals \2 -H "Authorization: Bearer pk_live_8f3a2..." \3 -H "Content-Type: application/json" \4 -d '{5 "name": "Acme Expansion",6 "value": 125000,7 "stage": "Negotiation",8 "owner_id": "u1"9 }'
Rate limits
Current window · resets every 60s
Upgrade plan for higher limits
Recent API requests
Last 30 minutes · live log
| Endpoint | Status | Response |
|---|---|---|
GET /v1/deals | 200 | 124ms |
POST /v1/contacts | 201 | 89ms |
GET /v1/accounts/123 | 404 | 56ms |
PATCH /v1/deals/d-2041 | 200 | 142ms |
POST /v1/webhooks/dispatch | 200 | 211ms |
GET /v1/reports/pipeline | 429 | 18ms |
GET /v1/leads?status=hot | 200 | 167ms |
DELETE /v1/contacts/c-891 | 204 | 78ms |