Developers

Parsepoint API Documentation

Use the canonical OpenAPI schema directly in your agent, integration, or code generation workflow.

Authentication

  • Primary: Authorization: Bearer <jwt> from Parsepoint ID.
  • API key support: X-API-Key: pp_live_* or X-API-Key: pp_test_*.
  • Base URL: https://api.app-parsepoint.com

Example Request

curl -X GET 'https://api.app-parsepoint.com/v1/search/?q=lease&type=all&limit=10' \
  -H 'Authorization: Bearer <jwt>' \
  -H 'X-Organization-ID: <company_id>' \
  -H 'X-Company-ID: <company_id>'