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/v1

Sandbox

https://api.prospectory.ai/api/sandbox/v1

Returns 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.

400VALIDATION_ERRORRequest validation failed
400BAD_REQUESTInvalid request format
401UNAUTHORIZEDMissing or invalid API key
403FORBIDDENInsufficient permissions
404NOT_FOUNDResource not found
429RATE_LIMIT_EXCEEDEDToo many requests
500INTERNAL_SERVER_ERRORServer error
503SERVICE_UNAVAILABLEService temporarily unavailable

Error 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.