API Reference¶
OpenProspect External Developer API documentation.
Interactive API Explorer¶
Explore and test the API endpoints:
- Interactive API Reference - Swagger UI with all available endpoints
Documentation¶
- Authentication - API key usage and validation
- Quickstart - Make your first API call
- Client Integration - Full CRM sync workflow
- Prospect Search Editing - Update ICP configurations
- Jobs & Hiring Activity - Company hiring insights
- WebTech Intel - Technology stack detection
- Python Examples - Working code examples
- Error Handling - Error codes and troubleshooting
Base URL¶
Authentication¶
All requests require an API key in the Authorization header:
curl -H "Authorization: Bearer lnc_live_YOUR_API_KEY" \
https://api.openprospect.io/api/v1/auth/validate
Available Endpoints¶
Authentication¶
GET /api/v1/auth/validate- Validate API credentials
Prospect Searches¶
GET /api/v1/prospect-searches/- List available prospect searchesGET /api/v1/prospect-searches/{id}- Get prospect search detailsPATCH /api/v1/prospect-searches/{id}- Update prospect search (ICP)
Companies¶
GET /api/v1/companies/- List companies for a prospect searchGET /api/v1/companies/{id}- Get company detailsGET /api/v1/companies/{id}/jobs- Get company job listingsGET /api/v1/companies/{id}/webtech-intel- Get company technology stack
Prospects¶
GET /api/v1/prospects/- List prospectsGET /api/v1/prospects/{id}- Get prospect details
Deliveries¶
GET /api/v1/deliveries/{id}/companies- Get delivered companies for CRM sync
Response Format¶
All responses are JSON with UTF-8 encoding. Dates use ISO 8601 format.
Success Response¶
Error Response¶
Support¶
Email: support@openprospect.io