Developer API
Build with Prospectory
Integrate AI-powered sales intelligence directly into your applications. Access company data, P2B scoring, and market insights through our REST API.
Base URL
api.prospectory.ai
Auth
API Key
Rate Limit
Per tenant
Format
JSON
Authentication
All API requests require authentication via the x-api-key header. Keys are tenant-scoped for data isolation and can be obtained through the platform dashboard.
curl
curl -X GET "https://api.prospectory.ai/api/v1/lead-packs" \
-H "x-api-key: your_api_key_here" \
-H "Content-Type: application/json"Production
https://api.prospectory.ai/api/v1Sandbox
https://api.prospectory.ai/api/sandbox/v1Returns dummy data for testing
API Reference
Health Check
Monitor system health and infrastructure status.
Error Handling
All errors follow a standardized format with error code, message, and optional details.
400
VALIDATION_ERRORRequest validation failed400
BAD_REQUESTInvalid request format401
UNAUTHORIZEDMissing or invalid API key403
FORBIDDENInsufficient permissions404
NOT_FOUNDResource not found429
RATE_LIMIT_EXCEEDEDToo many requests500
INTERNAL_SERVER_ERRORServer error503
SERVICE_UNAVAILABLEService temporarily unavailableError Response Format
json
{
"error": {
"code": "VALIDATION_ERROR",
"message": "Human-readable description",
"details": {
"field": "Additional context"
}
},
"timestamp": "2024-01-15T10:30:00Z",
"path": "/api/v1/lead-packs"
}Ready to integrate?
Get your API key and start building with Prospectory's AI-powered intelligence platform.